In this project, a the bus booking application was created.
To start express server, first go to the backend folder.
$ cd backend
$ npm install
Run Server.
$ npm start
To start Stripe server, first go to the server folder.
$ cd server
$ npm install
Run Server.
$ npm start
To run the application, run the code below and select the operating system you want.
$ npm install
$ expo start