Skip to content

Latest commit

 

History

History
49 lines (23 loc) · 589 Bytes

README.md

File metadata and controls

49 lines (23 loc) · 589 Bytes

Author

Installation

Clone the project

  git clone https://github.com/mr-ben-jeckson/eStore.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

HOST=http://127.0.0.1

PORT=3000

DB_NAME=place your mongo db name

SECRET_KEY= place your desired secret key like // JIzf!9$4510cbez

Documentation

Comming Soon