This is an online shopping API.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To successfully run and test this on your local machine, you need to install:
To use MongoDB Atlas visit MongoDB Atlas and create your acount and your own cluster. You should add link of your cluster in ./src/config/key.ts.
To get project on your local machine run command:
git clone https://github.com/jjovana314/store-api
And run:
npm install
npm run start:dev
API listens on port 3000
This API can be used as a back-end for an online shopping application