Pet Day Care Website using Flask and SQLite
- Flask
- WTForms
- passlib
- functools
- To access admin account username is "admin" and password is "admin123"
- While booking an appointment, please ensure: 1. date entered is in format 'DD/MM/YYYY" 2. time entered is in 24 hour format "HH:MM"
- Slots are of 1 hour and each slot time starts from XX:00 and ends at XX:59
- For every slot atmost 5 bookings can be made.
- Price for each slot is fixed.
- All payments has to be made offline.
- Admin has to update pending amount of each user after recieving payment.