{"id":25228267,"url":"https://github.com/asherk7/workout-tracker","last_synced_at":"2026-04-10T07:50:57.901Z","repository":{"id":167445797,"uuid":"639730984","full_name":"asherk7/Workout-Tracker","owner":"asherk7","description":"Created a workout tracker app using Django and Angular, as well as a CI/CD pipeline with Jenkins","archived":false,"fork":false,"pushed_at":"2023-05-20T02:38:19.000Z","size":96116,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T09:54:08.481Z","etag":null,"topics":["angular","django","gunicorn-web-server","jenkins","linux","sqlite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asherk7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-12T05:22:14.000Z","updated_at":"2023-06-02T20:38:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"c378a286-3164-42ac-97f5-91ce2a7082c9","html_url":"https://github.com/asherk7/Workout-Tracker","commit_stats":null,"previous_names":["asherk7/workout-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asherk7%2FWorkout-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asherk7%2FWorkout-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asherk7%2FWorkout-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asherk7%2FWorkout-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asherk7","download_url":"https://codeload.github.com/asherk7/Workout-Tracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345675,"owners_count":20924097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","django","gunicorn-web-server","jenkins","linux","sqlite"],"created_at":"2025-02-11T09:52:24.205Z","updated_at":"2026-04-10T07:50:57.863Z","avatar_url":"https://github.com/asherk7.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workout-Tracker\nTechnologies: ![DjangoREST](https://img.shields.io/badge/DJANGO-REST-ff1709?style=for-the-badge\u0026logo=django\u0026logoColor=white\u0026color=ff1709\u0026labelColor=gray) ![Django](https://img.shields.io/badge/django-%23092E20.svg?style=for-the-badge\u0026logo=django\u0026logoColor=white) ![Angular](https://img.shields.io/badge/angular-%23DD0031.svg?style=for-the-badge\u0026logo=angular\u0026logoColor=white) ![Jenkins](https://img.shields.io/badge/jenkins-%232C5263.svg?style=for-the-badge\u0026logo=jenkins\u0026logoColor=white) ![SQLite](https://img.shields.io/badge/sqlite-%2307405e.svg?style=for-the-badge\u0026logo=sqlite\u0026logoColor=white) ![Bootstrap](https://img.shields.io/badge/bootstrap-%23563D7C.svg?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white)  \n* Built a website that can be used to track workouts and personal bests, and can also provide good workout splits and exercises for certain muscle groups  \n* Created the website by connecting the Django backend with the Angular frontend  \n* Created a CI/CD pipeline using jenkins on a LINUX environment  \n* Utilized Nginx to increase the perfomance on the webserver  \n* Used gunicorn for increasing the processing speed and running the pipeline through the gunicorn server  \n* Utilized gunicorn and nginx for the jenkins pipeline for migrations, file collection, and reverse proxy  \n* Used an API from https://api-ninjas.com/api/exercises  \n\n### Checking the jenkins CI/CD pipeline\n\n1. Install Jenkins\n    ```sh\n    wget -q -O - https://jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -\n\n    sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ \u003e /etc/apt/sources.list.d/jenkins.list'\n\n    sudo apt-get update\n\n    sudo apt-get install jenkins\n    ```\n2. Create the jenkins server\n    ```sh\n    sudo systemctl daemon-reload\n\n    sudo systemctl start jenkins\n\n    sudo systemctl start nginx\n    ```\n3. Make sure the server is running\n    ```sh\n    sudo systemctl status jenkins\n    ```\n4. Go to http://localhost:8080 and check the pipeline, to turn it off, run\n    ```sh\n    sudo systemctl stop jenkins\n\n    sudo systemctl stop nginx\n    ```\n\n### Installation and Running\n \n1. Clone the repo\n   ```sh\n   git clone https://github.com/asherk7/Workout-Tracker.git\n   ```\n2. Install the requirements\n    ```sh\n    pip install -r requirements.txt\n    ```\n3. Run the server\n   ```sh\n   #In the Workout-Tracker directory, on a terminal\n   \n   cd DjangoAPI\n\n   python manage.py runserver\n   \n   #In a different terminal\n\n   cd Angular\n\n   ng serve \n   ```\n4. Open the Angular localhost server\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasherk7%2Fworkout-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasherk7%2Fworkout-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasherk7%2Fworkout-tracker/lists"}