A simple but useful e-commerce platform to buy and sell products.The different features of our website gives an amazing user experience to our customers.
- Font-Awesome - For getting different icons
- Google Fonts - For getting different fonts
- particles.js - For creative backgrounds
- NodeJS - For the server
- ExpressJS - For handling the incoming requests from the clients
- PostgreSQL - Database that stores information of all users and products. It is used with pg, a PostgreSQL client for NodeJS
- bcrypt - To hash passwords befoe saving them in database
- JSON Web Token - To authenticate the client who has made any request
- dotenv - For storing the environment varibles
If you want to contribute into this project, go throught the contributing guide