Basic Website made with Node, Express, Pug and MongoDB.
- express - The server for handling and routing HTTP requests.
- pug - Template engine for HTML.
- mongoose - For modeling and mapping MongoDB data to javascript.
- bcryptjs - For hashing password.
- jsonwebtoken - For generating JWTs used by authentication.
- cookie-parser - For accessing JWT token whic is saved in cookie.
- dotenv - For .env file.