This is a project created for an Eagle Scout.
Uses Create React App plus some npms on the front end, node express and couchdb on the backend.
To get this running locally:
- install node and couchdb.
- run the devops script to populate some sample data
- npm i to get all the libraries setup
- start the server. node server.js
- start the react app. npm start.
- hope for the best!