/busBooking

It is a bus ticket buy application developed with React native expo.

Primary LanguageTypeScript

Bus Booking

Project Application Screens: alt text

About the App

In this project, a the bus booking application was created.

NodeJS Express Server

To start express server, first go to the backend folder.

$ cd backend
$ npm install

Run Server.

$ npm start

Stripe Server

To start Stripe server, first go to the server folder.

$ cd server
$ npm install

Run Server.

$ npm start

Running the Application

To run the application, run the code below and select the operating system you want.

$ npm install
$ expo start