项目作者: Last-Men-Standing

项目描述 :
REST API
高级语言: JavaScript
项目地址: git://github.com/Last-Men-Standing/blueview-service.git
创建时间: 2020-02-25T19:14:07Z
项目社区:https://github.com/Last-Men-Standing/blueview-service

开源协议:MIT License

下载


Backend Service for BlueView

This repository is the first iteration REST API for BlueView. It is designed to promote accountability and transparency through user testimonials and discussison around police interactions in their community.

Authored by:

  • William A. Zawilinski
  • Anthony Chen

Development Environment

The latest version of Node.js > (v8.0.0) should be installed on your system. If you are using Windows and are having a hard time installing the latest version, please consider using Node Version Manager.

Installation Instructions

Clone the repository in the desired directory. Once cloned, enter the project directory and run the following command to install the required dependencies.

  1. npm install

Starting the Backend Service

Once the required modules are installed, run the following command to start the web server.

  1. npm run dev

Running Automated Tests

To run the automated test suite, run the following command.

  1. npm run test