Simple web app with CRUD functions for contacts
Deployed on heroku on the following link /p>
- HTML
- Boostrap for CSS styling
- Node
- Mongoose for DB interactions
- MongoDB for the database
Other tools used include the following:
- connect-flash for alert messages
- body-parser for request handling
- method-override for delete and edit functions
- ejs for HTML templates
- And express-session to enable connect-flash functions