6th project of my OpenClassrooms courses
- PHP 8.2
- Composer
- npm/yarn (I used pnpm)
- Symfony CLI
git clone https://github.com/tomcdj71/Snowtricks
cd Snowtricks
composer install --optimize-autoloader
yarn install --force
yarn build
symfony console d:d:c
symfony console d:m:m
symfony console d:f:l
symfony serve- Registration
- Authentication
- Password Reset
- Add a trick
- Edit a trick
- Delete a Trick
- Show a Trick
- Comment a Trick
- Change User avatar
- Load more tricks/comments
Once you've ran symfony serve you can open your browser and go to http://localhost:8000 and start using the app
This project was made with Symfony 6.3 and PHP 8.2.7. Design of the the project was made with TailwindCSS 3.3.2 with a powerful integration of HeroIcons 2.0.18
A great commit process is in place in order to make better commits, using grumphp, phpmd, rector, phpstan, php-cs-fixer and other tools triggered by a commit hook.
👤 Thomas
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator