/FlashIn

An online portal for hoteliers and customers to improve hospitality services.

Primary LanguagePython

An Online Platform for hoteliers and customers using Django framework.

1. install python and then install django using pip install django
2. open cmd
3. go to the directory /flashin/
4. run these commands
5. python manage.py makemigrations
6. python manage.py migrate
7. python manage.py runserver
8. go to address 127.0.0.1:8000/flash/hotel to add packages
9. go to address 127.0.0.1:8000/flash/user to add your bid for hotel rooms
10.select the package from the available packages
11.you can install db browser for sqlite for viewing and managing database