A personalized workout scheduling application built with React and Express.
- User authentication
- Personalized workout scheduling
- Interactive calendar interface
frontend/
- React applicationbackend/
- Express server
-
Pull the repository to your local machine.
-
Create
.env
inbackend/
if not already present:
# Required
MONGO_URI=********
# Optional
PORT=********
JWT_SECRET=********
- Run the following command:
npm run dev
- Go to your browser and connect to:
localhost:3001