Application is live at http://painteractive.jamespark.io/.
To run on your local machine:
- Install:
- In backend folder:
- Create .env folder with database username and password (contact repo manager for credentials).
- Run
npm start. - Server should be running at http://localhost:2121/
- In frontend folder:
- Run
npm install, thennpm start. - React app should be running at http://localhost:3000/
- Run