Skip to content

A travel guide app to make your trips easy to plan and manage.

License

Notifications You must be signed in to change notification settings

World-Konkani-Centre/SCL-2022-AMEYA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOGO 

Powered by Django.

GitHub stars GitHub stars GitHub License

SCL-2022-AMEYA

Nowadays, people love to travel and to run around the world. Few love adventures places, few are nature lovers, few want relaxation and many other things. So, it is difficult to set itinerary for their travel place although we get all details online. Here we are with our website which helps travellers to set perfect travel plan. Website mainly focuses on different places, near by restaurants, near by attraction etc. All the places have clear explanation which includes description, entry fees, hours open and so on along with maps which makes travel easy. This app also updates the user with the rules and regulations followed at the specific place. It also provides updates on different public transport facilities available. Also each restaurant or places have customer review based on which you can decide on your target. All together this app makes your searching and travelling plans both easy and cool.

  1. Backend Framework: Django
  2. Front-end Framework: Bootstrap
Table of Contents
  1. Documentation
  2. Setup Guide
  3. Installation
  4. Project Maintainers
  5. License

Documentation

Documentaion

Demo

Setup Guide

Setup Guide

Installation

    • Fork the repo
    • Clone the repo to your local system
    git clone https://github.com/World-Konkani-Centre/SCL-2022-AMEYA.git
    cd SCL-2022-AMEYA
    

    Make sure you have python installed on your system.

  1. Create a Virtual Environment for the Project

    If u don't have a virtualenv installed

    pip install virtualenv
    virtualenv env
    
    source env/Scripts/activate

    If you are giving a different name than env, mention it in .gitignore first

  2. Install all the requirements

    pip install -r requirements.txt
  3. Make migrations/ Create db.sqlite3

    python manage.py makemigrations
    python manage.py migrate
  4. Create a super user. This is to access Admin panel and admin specific pages.

    python manage.py createsuperuser
    

    Enter your username, email and password.

  5. Run server

    python manage.py runserver

Project Maintainers

Kishor Balgi Ashwin Shanbhag Prathiksha Kini Vinayak Shenoy Nima Darshan Naik Punya Shenoy

License

GNU General Public License v3.0

About

A travel guide app to make your trips easy to plan and manage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published