A bus management system to enable people to book and cancel bus tickets, using their mobile gadgets. To install this you will have to install both Frontend part(vueJs ) and backend(Django ). The backend has been developed using Django for the server and MySql as the Database. Attached with this folder is the backed and the database file. Clone the backend too then download the database file and import it to your lampp server before running your Django Restfull Api to populate your database.
npm install
npm run serve
npm run build
npm run lint
pip install -r requirements.txt
python3 manage.py makemigration
python3 manage.py migrate
python3 manage.py runserver



