Skip to content

workout logger for tracking your push-ups by signing up and logging in.

Notifications You must be signed in to change notification settings

umangrathi110/Workout-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workout Logger

Workout Logger is a web application that allows users to manage their workouts(pushups). Users can perform the CRUD operations(create, read, update and delete their workouts) by signing up and logging in.

Project Video

Watch the video here

Features

  • User Authentication: Sign up and log in.
  • Workout Management: Add, update, delete, and view workouts.
  • Data Persistence: Workouts are stored in an SQLite database.

Technologies Used

  • Backend: Flask
  • Database: SQLite
  • Frontend: HTML, CSS

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/workout-logger.git
    cd workout-logger
  2. Create and activate the virtual environment

    python3 -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the dependencies

    pip install -r requirents.txt
  4. Run the application

    flask --app app run

About

workout logger for tracking your push-ups by signing up and logging in.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published