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

https://github.com/maniecodes/manny-commerce-services


https://github.com/maniecodes/manny-commerce-services

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# MANNY COMMERCE

## Demo Website

- 👉 Heroku : [https://manny-commerce.herokuapp.com/](https://manny-commerce.herokuapp.com/)

## Run Locally

### 1. Clone repo

```
$ git clone https://github.com/maniecodes/manny-commerce-services.git
$ cd manny-commerce-services
```

### 2. Setup MongoDB
- Download and Install it from [mongodb.com](https://www.mongodb.com/try/download/community)

### 3. Create .env file
- Create .env file in project folder
- Enter these lines to that:

```
MONGODB_URL=
PORT=
ADMIN_EMAIL=
ADMIN_PASSWORD=
TOKEN_SECRET=
```

### 4. Run Backend

```
$ npm install
$ npm start
```

### 5. Admin Login

- Run https://manny-commerce.herokuapp.com/admin/login
- email: admin@admin.com
- password:
## Support

- Q/A:
- Contact Me: [Liassidji Abiodun Manasseh](mailto:manassehl9@gmail.com)