Skip to content

elbakouchi/RoadLink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

222 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

  • CSS 46.5%
  • JavaScript 40.3%
  • HTML 7.2%
  • Python 4.7%
  • SCSS 1.2%
  • Dockerfile 0.1%