Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brivan-26/academic-project_train-tickets-reservationapi
This repository contains the API for train reservation system built using Laravel8
https://github.com/brivan-26/academic-project_train-tickets-reservationapi
acedemic api laravel mysql php8
Last synced: 19 days ago
JSON representation
This repository contains the API for train reservation system built using Laravel8
- Host: GitHub
- URL: https://github.com/brivan-26/academic-project_train-tickets-reservationapi
- Owner: Brivan-26
- Created: 2022-03-06T07:13:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T14:06:40.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T22:43:53.303Z (2 months ago)
- Topics: acedemic, api, laravel, mysql, php8
- Language: PHP
- Homepage:
- Size: 441 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Academic Project: Train Tickets Resevation System
This project was made for the 2nd year computer science final project at ESI
## Get started
1. Clone the repository
2. Change the name of `.env.example` to **`.env`**
3. Run the command: `composer install`
4. Run the command: `php artisan key:generate`
5. Configure the project's necessary parameters on `.env`:
- **Database connection**
- This project uses several services, and they need some parameters to be configured:
- Stripe Keys
- Vonage Keys
6. Run the command: `php artisan serv`