Project Notes
Mongodb database
To Do
- Install pug
Project Requirements
- Build an ExpressJS Backend Application
Build at least three routes
- Contacts Route This project using a local connection to MongoDb
NEED - intruction to setting up a MongoDb account & connection
Either a local data connection (eg. MySQL / MongoDb / Redis) with
NEED - three distinct operations. Examples:
REST API with that uses Sequelize to support CRUD operations toMVC application that integrates data to serve data integrated with html
OR
Each endpoint must have at least one meaningful unit test (so minimum of three tests)
Meaningful means the test passes with the code as submitted by the student, but a reviewer could make a change to the code that would cause the test to fail