Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kailash360/e-market
https://github.com/kailash360/e-market
hacktoberfest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kailash360/e-market
- Owner: kailash360
- Created: 2021-06-03T20:16:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T07:35:46.000Z (about 2 years ago)
- Last Synced: 2024-05-01T16:46:21.457Z (7 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 19.6 MB
- Stars: 1
- Watchers: 1
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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 variblesIf you want to contribute into this project, go throught the [contributing guide](CONTRIBUTING.md)