This is a simple Yoga Class Admission System designed for monthly classes. Participants can enroll, choose a batch, and make monthly payments.
- Enrollment: Participants can enroll for monthly yoga classes.
- Batch Selection: Participants can choose a batch for a particular month.
- Monthly Payments: Participants need to make monthly payments.
- Batch Changes: Participants can switch to a different batch for the next month.
- HTML
- PostgreSQL (for database)
- Node.js (for backend)
- Express.js (as the backend framework)
-
Clone the repository:
git clone https://github.com/Nehul-Krushna/yoga-app.git
-
Set up the PostgreSQL database and update the database configuration in server.js.
-
Run the server
node server.js
-
Open the application in your browser: http://localhost:3000