Skip to content

kevincwpark/aesthetic-runs

 
 

Repository files navigation

Aesthetic Runs

Runs that are easy on the eyes.

Please allow some time when signing up or logging in. Our back-end is slower due to it being hosted for free on https://render.com/.

Start development

Run front end on local machine

  • cd front-end
  • nvm use lts/hydrogen
  • npm install
  • Add Google Maps API key using dotenv to front-end/src/components/MapDisplay
  • npm start

Run back end on local machine

  • Ensure you are in the root folder
  • nvm use lts/hydrogen
  • npm install
  • Add MongoDB access key using dotenv to /db/dbConnect.js
  • npx nodemon index.js

About

Have your runs be a little more pleasing to the eye.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • HTML 1.5%
  • CSS 1.1%