Beznet / node-api

Accompanying code to REST API lesson on dev.to

Home Page:https://dev.to/beznet/build-a-rest-api-with-node-express-mongodb-4ho4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose

This is a test project to get a REST API up and running with Node, Express and MongoDB. Link to lesson dev.to: https://dev.to/beznet/build-a-rest-api-with-node-express-mongodb-4ho4

Run

  • Run npm install to install node modules
  • Run mongod to start MongoDB database
  • Run npm run devStart to start the server
  • Use the routes.rest file to make test calls to the database

About

Accompanying code to REST API lesson on dev.to

https://dev.to/beznet/build-a-rest-api-with-node-express-mongodb-4ho4


Languages

Language:JavaScript 100.0%