/e-market

Primary LanguageJavaScript

🛒 EasyCart - Anything But Ordinary

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.

âš™ Techonologies/Libraries/Packages Used

Frontend

Backend

  • 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