Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 691 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 691 Bytes

Testimony Database Front-End APP (Marturia)

An application used to collect, display testimonies of victims. Created with React version: 16.12.0.

Status version: 0.1.0

This project is currently in development. Some functions can be changed over time.

Temporarily deployed in:

https://vast-cove-45980.herokuapp.com/

Installation and Setup Instructions

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