Skip to content

stephenxxxx/workout-lol

 
 

Repository files navigation

Workout.lol

The easiest way to create a workout routine

Contributors Forks Stars Issues Languages Repository Size

About

  • A small web application to create workouts based on your available equipment and the muscles you want to train.

Link

  • You can self-host the project or use the web app on workout.lol.

Steps to run it locally

  1. Clone the repository to your local machine
    git clone https://github.com/Vincenius/workout-lol.git

  2. Navigate to the app directory
    cd workout-lol

  3. Install the necessary dependencies
    yarn

  4. Initialize the Mongo DB by importing the dump files from lib/dump/prod:

    4.1 For the .metadata.json, you'll have to do this :

    mongoimport --uri mongodb+srv://<USERNAME>:<PASSWORD>@<CLUSTER_NUMBER>.<URI>.mongodb.net/<DATABASE> --collection <COLLECTION> --type json --file <FILEPATH>

    4.2 For the .bson, you'll have to do this : mongorestore --uri mongodb+srv://<USERNAME>:<PASSWORD>@<CLUSTER_NUMBER>.<URI>.mongodb.net/<DATABASE> --collection <COLLECTION> <FILEPATH>

  5. copy the .env.dist file to .env and set environment variables as described in the file

  6. Start the local development server
    npm run dev

  7. Open your browser to http://localhost:3000

Contributers

wweb_dev BradiceanuM ngthuongdoan

Supporter

Appear in the README and on the website as supporter by donating on Ko-Fi:

https://ko-fi.com/workout_lol

License

MIT License

About

A simple way to create a workout plan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • CSS 1.3%