REST API
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:
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.
Clone the repository in the desired directory. Once cloned, enter the project directory and run the following command to install the required dependencies.
npm install
Once the required modules are installed, run the following command to start the web server.
npm run dev
To run the automated test suite, run the following command.
npm run test