Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 301 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 301 Bytes

BACKEND

  • PostgreSQL database
  • Database deployed on Heroku PostgreSQL
  • Sequelize for object relational mapping
  • Express as our web framework to handle http requests
  • Winston for logging
  • Bcrypt for password hashing
  • JSON web token for keeping user data authenticated at each new http request