Team Leader Email - [email protected]
Space Trek is a space exploration company that offers space tourism tours to different planets in the solar system. It is one of the companies to offer such tours, and it is currently developing new technologies to make space travel more accessible and affordable. Space Trek tours will take passengers on a journey to some of the most iconic and mysterious places in the solar system.
- Users can create their user account.
- Users can book both one-way as well as round-trip tickets.
- Webpages are mobile responsive.
- Users can cancel their booked tickets.
- Users can view their previously booked tickets (Both confirmed and cancelled tickets).
- Tickets are downloadable as pdf document.
- Space travel training service available for the user (tourist).
Project Demo Link - https://tinyurl.com/Space-Trek-Demo
- Python (Django==3.1.2)
- html to pdf (xhtml2pdf==0.2.5)
- Html
- Css
- JavaScript
- sqLite3 (Database)
- Install Python3.9 from here manually.
- Install project dependencies by running
py -m pip install -r requirements.txt
. - Run the commands
py manage.py makemigrations
andpy manage.py migrate
in the project directory to make and apply migrations. - Create superuser with
py manage.py createsuperuser
. This step is optional. - Run the command
py manage.py runserver
to run the web server. - Open web browser and goto
127.0.0.1:8000
url to start using the web application.
- Trip planner - with help of openAI, we will be integrating the AI to recommend trips on the basis of user interest.
- Moblie App - Looking to launch an andriod version of SpaceTrek to increase the ease-of-acces.
Project Demo Link - https://tinyurl.com/Space-Trek-Demo