node-rest-example
Node REST Example
An example REST API with NodeJS and MongoDB
Visitor stats
Code stats
Prerequisite
This REST API example assumes that you have NodeJS and MongoDB installed.
If not, install them and proceed.
Usage
npm i # or yarn
# in a separate terminal window/tab run
npm run db
# in a separate terminal window/tab run
npm dev # or yarn dev
# Test
npm test # or yarn test
# Build
npm run build # or yarn build
License
MIT
Connect with me: