Skip to content

saikiranvankudothu/django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌍 Travello – Django Travel Web Application

Travello is my first full-stack web application built using the Django framework. This project showcases a dynamic and interactive travel website with essential user authentication features like login, logout, and registration. It’s a beginner-friendly project that demonstrates my learning and application of core Django concepts.


Features

  • Interactive homepage with travel destinations
  • User Authentication (Login, Logout, Register)
  • Session-based security using Django’s auth system
  • Clean and responsive UI built with HTML, CSS (and optionally Bootstrap)
  • Django admin panel to manage destinations and users
  • Modular and scalable project structure

Technologies Used

  • Python 3.x
  • Django 4.x
  • HTML5 / CSS3
  • Bootstrap (optional, for styling)
  • postgresql (default Django database)
  • VS Code (IDE used)

Installation & Setup Guide

Follow these steps to run the project on your local machine:

1. Clone the repository

git clone https://github.com/your-username/travello.git
cd travello

2. Create a virtual environment

python -m venv venv
source venv/bin/activate      # On Windows use: venv\Scripts\activate

3. Run initial migrations

python manage.py migrate

4. Create a superuser (optional for admin access)

python manage.py createsuperuser

5. Start the development server

python manage.py runserver

Open in browser

http://127.0.0.1:8000/

About

Full-stack web application built using the Django framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published