An example REST API with NodeJS and MongoDB
This REST API example assumes that you have NodeJS and MongoDB installed.
If not, install them and proceed.
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 buildMIT
Connect with me: