Backend app to sell tshirts online.
Nodejs, Express, MongoDB, Swagger api
- Clone the repo.
git clone https://github.com/abhin1509/tshirtstore.git
- Go to the clonned directory.
cd tshirtstore
- Install dependencies
npm install
-
Create .env file in root directory and set environment variable from env example file.
-
Start the server locally
npm run dev
- Swagger api
http://localhost:4000/api-docs/