Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anoerak/snowtricks
A Symfony 6 project with database management
https://github.com/anoerak/snowtricks
Last synced: 12 days ago
JSON representation
A Symfony 6 project with database management
- Host: GitHub
- URL: https://github.com/anoerak/snowtricks
- Owner: Anoerak
- Created: 2023-03-13T06:19:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T10:09:08.000Z (about 1 year ago)
- Last Synced: 2024-12-06T08:06:19.181Z (17 days ago)
- Language: CSS
- Size: 54.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Symfony Project "SnowTricks"
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- PHP
- Composer
- npm
- phpMyAdmin### Installing
1. Clone the repository
2. Install dependencies with `composer install` and `npm install`
3. Update the `.env` file with your database credentials
4. Run `php bin/console doctrine:database:create`to create a database into your system
5. Run `php bin/console doctrine:migrations:migrate` to create the database schema
6. Run `php bin/console doctrine:fixtures:load` to load sample data into the database
7. Use Symfony UX with Sass by running `npm run watch`. This will compile your Sass files into CSS and watch for changes.
8. Use File Loader by running `npm run dev` in order to add the images from the "assets/images" folder to the "build/images" folder.
9. Use Messenger to send emails by running `php bin/console messenger:consume async` in a separate terminal window.
10. Use Dump Server by running `symfony console server:dump` in a separate terminal window.
11. Run `symfony serve` to start the web server and access the application in your browser at the given URL (https://localhost:8000 by
default).## Built With
- [Symfony](https://symfony.com/)
- [Doctrine](https://www.doctrine-project.org/)
- [npm](https://www.npmjs.com/)## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.