odziem / restful-skeleton

RESTful API skeleton in Express.js for workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RangleU Node.js + MongoDB Example

API server using Express and Mongoose to interact with a MongoDB database.

Getting Started

  1. Install Node Version Manager using Homebrew with brew install nvm
  2. Add it to your shell: echo "source $(brew --prefix nvm)/nvm.sh" >> ~/.bash_profile
  3. Install Node.js using NVM: nvm install v6.2.0
  4. Install npm dependencies: npm install
  5. Install MongoDB: brew install mongodb
  6. Run MongoDB
  7. Run the server locally: npm start

Running the Tests

To run our linting process as well as all tests, run: npm test.

About

RESTful API skeleton in Express.js for workshop


Languages

Language:JavaScript 100.0%