Hi team :) I initialized a README file with a short description based on what we talked about today! Also added some structure to it and will continue to fill in info tomorrow as we plan further.
The file structure is all set up and linked. I installed npm express, mongoose and body-parser with a .gitignore file so all you have to do is npm init. No content yet, but the structure is all there and the app will connect to node and mongo. The index.html file is linked to Angular, a public/app.css file, and a public/app.js file with a test controller. There is also a seed controller, obviously without any data yet, but the router itself is set up to use localhost:3000/seed to seed our database once it exists.
Hopefully this will give you guys a head start and help to make up for the fact that I will be away until Tuesday!
Hi team :) I initialized a README file with a short description based on what we talked about today! Also added some structure to it and will continue to fill in info tomorrow as we plan further.
The file structure is all set up and linked. I installed npm express, mongoose and body-parser with a .gitignore file so all you have to do is npm init. No content yet, but the structure is all there and the app will connect to node and mongo. The index.html file is linked to Angular, a public/app.css file, and a public/app.js file with a test controller. There is also a seed controller, obviously without any data yet, but the router itself is set up to use localhost:3000/seed to seed our database once it exists.
Hopefully this will give you guys a head start and help to make up for the fact that I will be away until Tuesday!