Skip to content

Yusfuu/Flight

Repository files navigation

Fly

Creation of a flight reservation management application.

Prerequisites

You need to have composer

Installation

Use the package manager composer to install required files

composer install

Configuration

remove .example from .env.example and modify file
or create new .env file

Running SQL

Folder Database/fly.sql

Usage

cd public/
php -S localhost:8080

Admin Panel

Routes

Admin
http://localhost:8080/a/account/signin
http://localhost:8080/a/account/dashboard
http://localhost:8080/a/account/reservation

User
http://localhost:8080/account/signin
http://localhost:8080/account/signup
http://localhost:8080/account/dashboard
http://localhost:8080/account/reservation

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published