Skip to content

Anureet19/AdventureQuestWeb

 
 

Repository files navigation

Adventure-Quest...

Amusement Park Booking Website with Django and Python. This application is built as a part of our course Internet Applications.

SignIn screen & HomePage

Ticket Booking

ContactUs & AboutPage

Location Information

Features

  • 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.

Getting Started

Setting up project

  • 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!

About

Django Adventure Quest Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 84.1%
  • HTML 10.3%
  • Python 5.5%
  • Other 0.1%