https://github.com/pierredemailly/web-agency-1
https://github.com/pierredemailly/web-agency-1
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pierredemailly/web-agency-1
- Owner: PierreDemailly
- Created: 2019-01-16T13:03:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T13:06:23.000Z (over 6 years ago)
- Last Synced: 2025-02-10T09:44:22.006Z (4 months ago)
- Language: PHP
- Size: 803 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Agency
Evaluation on front-end and back-end capacity.
This project has been developped with Symfony 4.2.x / PHP 7.2.x and Composer 1.8.0.## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
1. Fork it!
2. Go to your project repository
3. Import SQL into DataBase
4. Create your feature branch: git checkout -b my-new-feature
5. Run those commands :
* **"composer require symfony/web-server-bundle --dev"** (Install the bundle from symfony)
/ Configure connection information into **".env"** file
* **"php bin/console server:run"** (Run your server and allow you to access the application in your browser at http://localhost:8000)
6. Commit your changes: git commit -am 'added some feature'
7. Push to the branch: git push origin my-new-feature
8. Submit a pull request :)### Prerequisites
- NodeJs;
- Composer 1.8.x;
- PHP 7.2.x;
- Symfony 4.2.x## Contributing
No specific details on our code of conduct, and process for submitting pull requests to us.
## Authors
* **Nicolas Hallaert**
## License
No license available.
## Acknowledgments