Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 971 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 971 Bytes

Travel_application

A Web application that made it possible to browse tourist attractions in a given area. The user can add his suggestions and keep his own list of visited places.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

What things you need to install the software and how to install them (In command line)

If you have Python, you should install libraries from requirements.txt and follow these steps:

  • Create virtual envpy -m venv [virtualenv_name] - py... or python...
  • Activate virtual env travel\Scripts\Activate.bat (Windows)
  • Install Django pip install django + install from requirements.txt
  • Start Django server: py manage.py runserver

After py manage.py runserver you can see application on localhost 127.0.0.1:8080