https://github.com/tsheporamantso/e-commerce-api
Node/Express API endpoint with user authentication and hashed password.
https://github.com/tsheporamantso/e-commerce-api
bcrypt cors express-rate-limit expressjs helmetjs jwt-authentication middleware mongodb mongoose morgan-middleware
Last synced: 10 days ago
JSON representation
Node/Express API endpoint with user authentication and hashed password.
- Host: GitHub
- URL: https://github.com/tsheporamantso/e-commerce-api
- Owner: tsheporamantso
- License: mit
- Created: 2026-04-29T05:12:47.000Z (about 2 months ago)
- Default Branch: dev
- Last Pushed: 2026-05-08T10:36:45.000Z (about 1 month ago)
- Last Synced: 2026-05-08T12:23:28.717Z (about 1 month ago)
- Topics: bcrypt, cors, express-rate-limit, expressjs, helmetjs, jwt-authentication, middleware, mongodb, mongoose, morgan-middleware
- Language: JavaScript
- Homepage:
- Size: 864 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
E-COMMERCE 🏬
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
**E-COMMERCE 🏬** Restful API, built with NodeJS, ExpressJS , Non Relational Database MongoDB and Mongoose Modelling library.
- **ExpressJS**
- **NodeJS**
- **Mongoose**
- **MongoDB**
Server
- **Create, read, update and delete alien records**
- **Filter products by employment status**
- [Link]() No Live Link
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Install nodejs using [link](https://nodejs.org/en/download/prebuilt-installer)
- Install expressjs [link](https://expressjs.com/)
### Setup
Clone this repository to your desired folder:
```sh
mkdir nodejs
cd nodejs
git clone git@github.com:tsheporamantso/e-commerce-API.git
```
### Install
Install this project with:
```sh
npm install nodemon
```
```sh
npm install mongoose
```
```sh
npm install express --save
```
### Usage
To run the project, execute the following command:
run the result on the terminal through:
```sh
npm start
```
### Run tests
To run tests, execute the following command on the terminal
### Deployment
Not deployed
👤 **Gladwin Tshepo Ramantso**
- GitHub: [@tsheporamantso](https://github.com/tsheporamantso)
- Twitter: [@ramgt001](https://twitter.com/ramgt001)
- LinkedIn: [Tshepo Gladwin Ramantso](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/)
- [ ] ~~Add Authentication~~
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/tsheporamantso/aliens/issues).
If you like this project please give a star on [github](https://github.com/tsheporamantso) & follow us on [twitter](https://twitter.com/ramgt001) and also connect on [Linkedin](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/).
I would like to thank:
- [ ] **Dumisani and Nelly Ramantso from Port 668**
This project is [MIT](https://github.com/tsheporamantso/e-commerce-API/blob/dev/LICENSE) licensed.