Amusement Park Booking Website with Django and Python. This application is built as a part of our course Internet Applications.
- Signup with user verification
- User authentication and login with email and password
- Information page (Park timings & other relevant information)
- A page for upcoming offers and discounts
- Live location feature to show/direct to the park's location
- Allowing booking for multiple tiers passes which could include daily, monthly or yearly passes for full or partial access to different rides and adventure activities.
- Fork the repository
- Clone repository (If forked, can use the forked repo link)
$ git clone https://github.com/Anureet19/AdventureQuestWeb.git
$ cd AdventureQuestWeb
- Module installation
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
- Database setup
$ python manage.py makemigrations
$ python manage.py migrate
- Create superuser
$ python manage.py createsuperuser
- Start the application
$ python manage.py runserver
- AppSeed Material Kit Design is used as the base for the project. Thanks for providing a wonderful platform!




