Travel planner is a web application where users can create a planner for their own one day trip. In a planner; the user can specify arrival and departure dates, select places to visit by searching from maps, and set time that they want to spend at each place. The planner will show time remaining to the user for estimate time in each place, and display the time that takes user to travel from one place to another.
-
Task Board - Task Management
-
Iteration Plan - Documentation
-
Issue tracking - Issue Tracker
- Clone the repository.
$ git clone https://github.com/narisasingngam/TravelPlanner.git
- Install dependencies
$ npm install
- Create your virtual environment
$ virtualenv env
- Activate environment
For MacOs or Ubuntu
> $ source env/bin/activate
For Window
> $ env/Scripts/activate
- Install dependencies with pip
$ pip install -r requirements.txt
- If you want to use SQLite database
$ python manage.py migrate
- Run application
$ python manage.py runserver
- Run server with localhost:8000
If you want to login as admin
$ python manage.py createsuperuser
- Open with localhost:8000/admin
GitHub | Name |
---|---|
@narisasingngam | Narisa Singngam |
@ffaiip | Kavinthip Pattanaphaophan |
@jampttws | Tanasorn Tritawisup |