Photo Caption API
Description
This is an API that allows the client/users to add captions to photos. The server runs on ExpressJS, Passport for local authentication, Redis to cache user sessions, and Sequelize as the ORM to communicate with a Postgres database.
see the code on » GitHub
Preview
Objective
This was a learning project. My goals were to learn and implement:
- Sequelize ORM ✅
- Local Passport authentication ✅
- User sessions with Express/Passport ✅
- Redis ✅
- Configure Redis, Sequelize, and Postgres for successful deployment to Heroku ✅