RESTful Reddit-clone where users can post topics, post comments, vote on both, and favorite topics and comments.
- Node.js - Backend runtime environment
- Express - Node framework
- EJS - Language used to generate HTML markup using JavaScript
- Bootstrap - Frontend framework
- Jasmine - Testing framework used
- PostgreSQL - Database used
- Sequelize - JavaScript library for using database
- Passport - Authentication middleware used
- Bcryptjs - Password encryption library