Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 690 Bytes

readme.md

File metadata and controls

11 lines (6 loc) · 690 Bytes

You will need to have a couple of credentials set up to use this app.

Here are links to some documentation

AWS S3

Google Maps API

Once you have the appropriate credentials, enter them in the .env file in the front end, and the nodemon.json file in the back end. You can then start the front and back end with npm start and view the working app @ localhost:3000

For deployment, you'll need to create a back end server with something like heroku, and deploy the front end to a separate host, like heroku or netlify, for example.