Skip to content
This repository was archived by the owner on Jun 25, 2018. It is now read-only.

pittcsc/knowhow-backend

Repository files navigation

Knowhow Backend

Node.js backend for Knowhow using Express and MongoDB.

This project is an example of a Node.js REST API. It implements the JSON:API spec, which allows the Ember Data library to consume the API with limited configuration.

Installation

Dependencies

  1. Node.js and NPM
  • Gulp
  • Vagrant (soon)

Steps

  1. Clone project
  • git submodule update --init
  • npm install
  • Start MongoDB instance. If you need to run it through Vagrant (recommended) use this project. It was both easy to install and the only one that I found that actually worked.
  • Profit

Development

To start the development server, just run npm start

About

Node.js Backend for KnowHow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published