Key Features • ToDo • How To Use • Download • Credits • License
- Create new clients profiles with image upload.
- Create and save workouts.
- Create appointments.
- Edit Exercise list.
- Edit Appointments.
- Edit Client workouts.
- Add client side portal
- Add 30, 45, 60 sec timers on appointment page
- Note section on appointment more feature rich
- Dashboard landing page showing upcoming appts/top 5 exercises...
- Style password reset email
- Export exersices and send to email
- Add pagination to tables
- Additional style
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Davrizio/hustle.git
# Go into the repository
$ cd hustle
# Install dependencies
$ npm install
# Run the app
$ npm start
Note If you're using Linux Bash for Windows, see this guide or use
node
from the command prompt.
Note You need to setup your .env file with: PORT = 9090 DB_STRING = MongoDB API_KEY = Cloudinary api key API_SECRET = Cloudinary api secret
You can download the latest installable version of Hustle!
This software uses the following packages:
- Node.js
- TailwindCSS
- Ejs
- [Javascript]
- [HTML5]
MIT