(opens new window)
(opens new window)
(opens new window)
(opens new window)
# Shop REST API using NodeJS, Express and MongoDB
This is a Typescript port of the awesome REST API tutorial which can be found here: https://github.com/academind/node-restful-api-tutorial/tree/13-controllers/.
🛠 Status: In Development
This is still a work in progress.
TODO:
- Tests
Create a .env
file using the .env.example
file and add your Mongo Atlas (opens new window) admin password:
ATLAS_PWD=<YOUR_PASSWORD_HERE>
JWT_KEY=secret
ROOT=http://localhost
PORT=3000
To install and run it:
npm i # or yarn
npm start # or yarn start
# Support this project
(opens new window)
(opens new window)
(opens new window)
# License
MIT