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.
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.
If you have Python, you should install libraries from requirements.txt and follow these steps:
- Create virtual env
py -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