Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 813 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 813 Bytes

MANNY COMMERCE

Demo Website

Run Locally

1. Clone repo

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

2. Setup MongoDB

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

Support