Skip to content

terry-ice/node-mongoose-express-server

Repository files navigation

Simple Node mongoose with Express Server with REST API

Features

  • Babel 7
  • mongoose
  • Environment Variables
  • Express
  • REST API

GET Routes

Beyond GET Routes

CURL

  • Create a message with:
    • curl -X POST -H "Content-Type:application/json" http://localhost:3002/messages -d '{"text":"Hi again, World"}'
  • Delete a message with:
    • curl -X DELETE -H "Content-Type:application/json" http://localhost:3002/messages/1

Postman

About

Node mongoose with Express Server with REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published