Skip to content

shenaldev/Train-ticket-backend

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects.

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

How To Install Project

  1. Clone the git repository into your pc.
  2. then navigate to the folder.
  3. Install all the dependencies. (need to install composer first) Composer Download Link

Run this command in the terminal

composer install
  1. Clone the file .env.example and rename it to .env

  2. Create a database and set up a .env file. change the values of your env

    DB_HOST=localhost
    DB_PORT=3306
    DB_DATABASE=databasename
    DB_USERNAME=root
    DB_PASSWORD=
  3. Start the server

    php artisan serve

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Train Reservation System API Using Laravel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published