stephenprill / express-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 68.1%Language:HTML 25.2%Language:CSS 6.7%