This project is hosted live here with Netlify.
- You will need to have Node v12.4.0
- Copy the clone URL
- Run
git clone
and the URL in your command line - Open the project directory and run
npm start
to run the app in development mode. - Open http://localhost:3000/ to view it in the browser.
The repository for the back-end of this project is here and is hosted here with Heroku.
The front-end of this project was created with Create React App.
The back-end was created with PSQL, Express and Knex.