e-product store manager backend APIS
- Node 18.x
- Typescript
- Express
- MongoDB
- Mongoose ORM
Click the link to view the ER diagram
- Clone the The Mainstack Backend Assessment Repo
$ git clone repo url
$ cd store-manager-apis
- Create a .env file and copy files from .env.example to .env
$ cp .env.example .env
- install necessary packages
$ npm install
- Start or Spin up the server
$ npm run dev