This project was bootstrapped with Create React App.
Simple crud application written with react, redux, react-router, react-thunk and express with mongodb as backend.
To launch this app on you localhost, clone this repo, run npm install
from root folder, and from /backend folder. then run npm start
in both folders. You should also have mongodb up and running.