This application is a gym membership system that allows users to manage their membership, trainers, and classes, as well as schedule appointments. It is built using Next.js, Node.js, Express, Stripe, and Postgres.
- Manage membership: subscribe and cancel membership.
- Manage trainers: Sign up for personal trainers.
- Manage classes: Sign up for classes.
- Schedule appointments: Schedule appointments for with trainers.
Clone the project
git clone https://github.com/itava0/React-GymGo to the project directory
cd react-gymInstall dependencies
npm installStart the server
npm run dev