Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kailash360/e-market


https://github.com/kailash360/e-market

hacktoberfest

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 🛒 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
- **[Font-Awesome](https://fontawesome.com/)** - For getting different icons
- **[Google Fonts](https://fonts.google.com/)** - For getting different fonts
- **[particles.js](https://vincentgarreau.com/particles.js/)** - For creative backgrounds

## Backend
- **[NodeJS](https://nodejs.org/en/docs/)** - For the server
- **[ExpressJS](https://expressjs.com/)** - For handling the incoming requests from the clients
- **[PostgreSQL](https://www.postgresql.org/)** - Database that stores information of all users and products. It is used with [pg](https://www.npmjs.com/package/pg), a PostgreSQL client for NodeJS
- **[bcrypt](https://www.npmjs.com/package/bcrypt)** - To hash passwords befoe saving them in database
- **[JSON Web Token](https://jwt.io/)** - To authenticate the client who has made any request
- **[dotenv](https://www.npmjs.com/package/dotenv)** - For storing the environment varibles

If you want to contribute into this project, go throught the [contributing guide](CONTRIBUTING.md)