A dynamic, responsive website querying RESTful Table-booking API & MySQL Database. Features email confirmation and form validation functionality.
Deployed website is temporarily unavailable to access while the website is under development.
- React
- Axios
- Django, Django-Rest-Framework
- MySQL (Database)
- react-router-dom
- react-responsive-carousel
- Run 'npm start' on the client folder
- Run the following commands in the server folder:
- python3 manage.py makemigrations
- python3 manage.py migrate
- python3 manage.py runserver
Happy exploring!