Skip to content

jaroslaw243/exercise_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Exercise App – Local Setup

This project is a simple full-stack exercise tracker built as an exercise (not production-ready).

Stack

  • Backend: Node.js, Express, TypeScript, SQLite
  • Frontend: React, Vite, Material UI, React Query
  • Auth: Cookie-based sessions

Features

  • Login / logout
  • Change password (logs out everywhere)
  • User profile (first & last name)
  • Exercises list
  • Start & finish exercise
  • 15-second timer with circular progress
  • Simulated server-side processing delay
  • Success / error snackbars

Prerequisites

  • Node.js 18+
  • npm (bundled with Node)

Backend setup (API)

cd backend
npm install
npm run seed
npm run dev

Frontend setup

cd frontend
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors