/travel

Primary LanguagePHP

Travel App

The mission is to develop for a travel agency an application allowing to visualize on an interface trips and their sorted stages (from departure to arrival). Each of the steps will have a particular type (train, plane, car, etc.) and will contain at least the attributes

screenshot

Additional description about the project and its features.

Built With

  • PHP 7
  • SYMFONY 5
  • PHPUNIT
  • BOOTSTRAP

Live Demo

Live Demo Link

Getting Started

This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.

To get a local copy up and running follow these simple example steps.

Prerequisites

Setup

  1. git https://github.com/azy64/travel.git
  2. symfony composer require to install all packages related to the project
  3. php bin/console doctrine:database:create to create database
  4. php bin/console doctrine:migrations:migrate
  5. php bin/console doctrine:fixtures:load
  6. symfony server:start to run the project, if you don't have symfony commande line installed, you can click here

Run tests

  1. php bin\phpunit

Authors

👤 Author1

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.