A vending machine RESTful API service built with NodeJS.
Vidly requires Node.js v16+ & mongodb to run.
Install the dependencies, configure environment variables and start the server.
- copy and rename
.env.sample
to.env
and update environment variables
$ npm install
$ npm start