An application used to collect, display testimonies of victims. Created with React version: 16.12.0.
This project is currently in development. Some functions can be changed over time.
https://vast-cove-45980.herokuapp.com/
Clone down this repository.
$ git clone git@github.com:gvelez17/marturia.git
You will need node
and npm
installed globally on your machine.
$ cd marturia
Installation:
$ npm install
To Run Test Suite:
$ npm test
To Start Server:
$ npm start