associations and adding more routes and structure

This commit is contained in:
Arjun Patel
2019-01-15 22:08:54 -08:00
parent b453c78c00
commit a4e4394329
11 changed files with 100 additions and 19 deletions
-2
View File
@@ -5,8 +5,6 @@ const express = require('express'),
port = process.env.PORT,
db = require('./app/config/db.config.js');
console.log(process.env.JAWSDB_MARIA_URL);
app.use(bodyParser.json());
//handle CORS errors