Skip to content

samusgray/express-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Dependencies

npm install

Setup Mongo Database

  • Run mongod to start mongo
  • In another tab, open the mongo CLI with mongo
  • Follow these instructions to create a database and insert a temp document. (Name your database api to work with this sample app.)

Start Server

  • cd into this sample app and start the server
node app.js

About

JSON API using Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published