Skip to content

sav4ner/eBus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Picassa Bus App

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.

Project setup (Vue js)

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Project setup (Django)

Install all the requirements

pip install -r requirements.txt

run your lamp server

Makemigrations

python3 manage.py makemigration
python3 manage.py migrate

Running Django

python3 manage.py runserver

Here are some screenshorts of the system

1. Home Screen

Screenshot from 2022-03-09 00-32-16

2. About

Screenshot from 2022-03-09 00-04-49

3. Booking page

Screenshot from 2022-03-10 19-04-54

4. Other

Screenshot from 2022-03-09 00-04-59

About

A bus reservation website

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors