sfSessionTW is a symfony 6 project, created to manage different training sessions, containing different programs and different modules, we must enter a start date and an end date, we can then register people in the session or unregister them
Admin can:
- Add/Edit/Delete a session
- Add/Edit/Delete a stagiaire
- Add/Edit/Delete a program
Visitor can:
- Show all created sessions
- Show programs in detail of one session
Client: TailwindCSS
Server: PHP, Symfony 6
To install sfSessionTW, follow these steps:
- Clone the repository:
git clone https://github.com/DenZaiyy/sfSessionTW.git
- Install the dependencies:
composer install
npm install
To use sfSessionTW, follow these steps:
- Start the web server:
symfony server:start
- Build project
npm run build