A simple Bus booking App integrated with PayPal
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.
- TypeScript - For All Backend Services
- React - For Frontend Services
- Redux - For State Management
- Docker - For Deployment and CI/CD
- Prisma - ORM
- MailTrap -A fake SMTP server
- Travis - For CI/CD
- Redis - For Cache Management
- Paypal - For Processing Payments
Make Sure you've got NodeJs installed and the latest Npm.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/wambugucoder/BUS-BOOKING-APP.git
- Install NPM packages
npm install
- Get Prisma started
npx prisma generate
- Run Migration
npm run migrate-test
- Run The Application
npm run dev
See the open issues for a list of proposed features (and known issues).
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Your Name - @JosWambugu - josphatwambugu77@gmail.com
Project Link: hhttps://github.com/wambugucoder/BUS-BOOKING-APP