Point of Sale REST API using Express + MongoDB.
- Clone this repository.
- Make sure you have NodeJS and MongoDB installed.
- Create .env file consisting of
"DATABASE_URL"
(refering to your MongoDB URL) and"JWT_SECRET"
. - Run
npm install
to install all neccessary packages for this project. - Run
npm run devStart
to run the server in development mode. - Download the Postman Collection for the documentation of the REST API here.