Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.23 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.23 KB

🛒 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