Skip to content

ElectronicaDonPepe project in Symfony 7

License

Notifications You must be signed in to change notification settings

nsiksnys/ElectronicaDonPepe-Symfony

Repository files navigation

ElectronicaDonPepe-Symfony

Advanced Programming II final project, ported to Symfony 7.

This project also uses SQLite and Boostrap 5.3.

Bussiness logic

For more information regarding the project, please read the logic.md file

Composer packages

Run composer install to install all required packages

Environment variables

All envirnoment variables are managed using a .env file. In this case, we need to provide the url for the SQLite database, which by default looks like this

DATABASE_URL="sqlite:///%kernel.project_dir%/var/app.db"

Test data

Run php bin/console make:migration to create a database with test data.

Running locally

For local development, we can use the Symfony binary to run the local server. Once the binary is installed, run symfony server:start

Screenshots

  • Home page Home page

  • Sales

    • List Sales list

    • Add sale form Sales add

  • Campaigns Campaigns list

  • Amounts Amounts list

  • Bonuses

    • List Bonuses list

    • Details Bonuses details

About

ElectronicaDonPepe project in Symfony 7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published