Skip to content

matt65dos/node-express-mongodb-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Node with Express + MongoDB Server

Build Status Slack Greenkeeper badge

An easy way to get started with a Express server with MongoDB with Node.js.

Features

  • Babel 7
  • Environment Variables
  • Express
  • MongoDB

Requirements

Installation

GET Routes

Beyond GET Routes

CURL

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

Postman

About

Basic Node with Express + MongoDB Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%