Descrption: This is a SAAS application which allows user to order food from the nearby hawker center shops based on their location and preference It is developed using Django framework.
- Bootstrap3- pip3 install django-bootstrap3
- Crispy Forms- pip3 install --upgrade django-crispy-forms
please run migrations by using following command:
- makemigration main
- migrate