A simple guestbook app, where users can log in and leave a note. Built with nodeJS, express, and mongodb.
This project is the 1st of 4 main projects assigned in the bootcamp. The main theme was to create an application that showed basic CRUD (Create, Read, Update, Delete) functionality.
- Passport Local -- for local authentication.
- Passport Auth0 -- for social authentication (Facebook, Google, Twitter)
- Multer -- for image upload.
- Jade -- templating engine.