Skip to content

VacRoute is an online vaccination center tracker which can track vaccination centers around you and show you the optimum route to reach the center.

Notifications You must be signed in to change notification settings

shayan-cyber/VaccineRoute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VacRoute

VacRoute is an online vaccination center tracker which can track vaccination centers around you and show you the optimum route to reach the center.

It uses django as backend for url routing and API fetching. It is powered by COWIN API, Google maps API, Mapquest API.

(** we tried to use google maps direction api for getting the route but it needs billing acccount which we don't have)

to know more visit website: https://vacroute.pythonanywhere.com/

Intro Video

VacRoute_Cut.mp4

Screenshots

Home Page

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

Contributors

Shayan Debroy Diya Karmakar

Features

  • Mark Location from map
  • Select marker
  • Get route

Run Locally

  • Clone the project
  git clone https://github.com/shayan-cyber/VaccineRoute.git
  • Make virtualenv
  python -m virtualenv [env name]
  • Activate virtualenv
  . [env name]/Scripts/activate
  • Locate to core directory
  cd core
  • Install dependencies
  pip install -r requirements.txt
  • Runserver
  python manage.py runserver

Tech Stack

Frontend CSS, Javascript

Backend: django, Python, Javascript

API: COWIN API, Google Maps API, Mapquest API

Feedback

If you have any feedback, please reach out to us at debroyshayan@gmail.com

About

VacRoute is an online vaccination center tracker which can track vaccination centers around you and show you the optimum route to reach the center.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published