Skip to content

A Bus-Boking-App integrated with PayPal as a Payment System

Notifications You must be signed in to change notification settings

wambugucoder/BUS-BOOKING-APP

Repository files navigation

BUS BOOKING APP

Bus Booking App

A simple Bus booking App integrated with PayPal

Table of Contents

About The Project

Dashboard

The project is based on users getting to Book a bus for their destination where they get to make payments via Paypal and receive an Invoice in their E-mails.

Built With

Getting Started

Prerequisites

Make Sure you've got NodeJs installed and the latest Npm.

  • npm
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/wambugucoder/BUS-BOOKING-APP.git
  1. Install NPM packages
npm install
  1. Get Prisma started
npx prisma generate
  1. Run Migration
npm run migrate-test
  1. Run The Application
npm run dev

Usage

Dashboard

Dashboard

Bookings

Booking

Payment Confirmation

Payment Confirmation

User's PayPal Account

User's PayPal Account

Generated Invoice

Generated Invoice

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - @JosWambugu - josphatwambugu77@gmail.com

Project Link: hhttps://github.com/wambugucoder/BUS-BOOKING-APP