Skip to content

RoadLink is a django based vehicle management system ⚡

Notifications You must be signed in to change notification settings

zamantech/RoadLink

 
 

Repository files navigation

RoadLink

RoadLink

RoadLink is a django based vehicle management system

Features

  • User levels (Admin,User)
  • User Creation/Login
  • Add Driver
  • Add Vehicle
  • Book Trips
  • Raise Issues
  • Google Map Integration for calculation distance,fare
  • Notify user about bookings via Email
  • Interactive payment page
  • Searching/Sorting data

Demo

Presentation

Instructions to run the app

  • Clone the repository
git clone https://github.com/aswanthkoleri/RoadLink.git
  • Install virtual environment
pip install virtualvenv
  • Activate virtual environment
virtualenv venv
source venv/bin/activate
  • Enter the app directory and install the requirements
cd RoadLink
pip install -r requirements.txt
  • Now run the app
python manage.py runserver

The app is up and running. Thanks 😄

About

RoadLink is a django based vehicle management system ⚡

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 56.0%
  • HTML 19.8%
  • JavaScript 17.6%
  • Python 6.6%