Skip to content

diyakarmakar779/VaccineRoute

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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

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 [email protected]

About

Route the vaccination centers around you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.8%
  • CSS 40.8%
  • HTML 10.1%
  • Python 4.3%