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

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.

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 🏬

**E-COMMERCE 🏬** Restful API, built with NodeJS, ExpressJS , Non Relational Database MongoDB and Mongoose Modelling library.

## 🛠 Built With

- **ExpressJS**
- **NodeJS**
- **Mongoose**
- **MongoDB**

### Tech Stack

Server




### Key Features

- **Create, read, update and delete alien records**
- **Filter products by employment status**

(back to top)

## 🚀 Live Demo

- [Link]() No Live Link

(back to top)

## 💻 Getting Started

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

(back to top)

## 👥 Authors

👤 **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/)

(back to top)

## 🔭 Future Features

- [ ] ~~Add Authentication~~

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/tsheporamantso/aliens/issues).

(back to top)

## ⭐️ Show your support

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/).

(back to top)

## 🙏 Acknowledgments

I would like to thank:

- [ ] **Dumisani and Nelly Ramantso from Port 668**

(back to top)

## 📝 License

This project is [MIT](https://github.com/tsheporamantso/e-commerce-API/blob/dev/LICENSE) licensed.

(back to top)