https://github.com/maniecodes/manny-commerce-services
https://github.com/maniecodes/manny-commerce-services
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maniecodes/manny-commerce-services
- Owner: maniecodes
- Created: 2021-04-06T19:24:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T23:32:09.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T08:45:06.804Z (over 1 year ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)