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
Additional description about the project and its features.
Built With
- PHP 7
- SYMFONY 5
- PHPUNIT
- BOOTSTRAP
Live Demo
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
git https://github.com/azy64/travel.git
symfony composer require
to install all packages related to the projectphp bin/console doctrine:database:create
to create databasephp bin/console doctrine:migrations:migrate
php bin/console doctrine:fixtures:load
symfony server:start
to run the project, if you don't have symfony commande line installed, you can click here
Run tests
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.