Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`