Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 486 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 486 Bytes

apex-sandbox

How to run locally

npm install to install all npm packages

heroku local web to run heroku server

cd client followed by npm install and then npm start to run React front-end

NOTE: The project will not run without setting up a postgres database which is not included in this repo. If you wish to run this locally, please reach out to me and I can provide you with credentials to my dev database.

git push heroku main to deploy the whole thing to Heroku