a web app helping users to log their rock climbing activity and track with a weekly graph to see their improvement.
Please visit here: https://www.climbingday.com
Please feel free to open an issue or submit a pull request
- Add a
.env.development
to your root directory with the following environment variables set:
DB_HOST
DB_NAME
DB_PORT
- Add a
.env.production
to your root directory with the following environment variables set:
DB_HOST
DB_NAME
DB_PORT
DB_USER
DB_PASSWORD
- Install the npm packages within the root directory.
npm install
- Now you should be able to run the program locally. Start the program in both the root directory.
for development mode.
npm start
for production mode.
npm start:prod