This is a RESTful API built with Symfony framework that implements JWT (JSON Web Token) authentication.
- PHP 8.2 or higher
- Composer
- MySQL/MariaDB
- Symfony CLI (optional but recommended)
- Clone the repository:
- Install dependencies:
composer install
- Configure your database in
.env
:DATABASE_URL="mysql://db_user:[email protected]:3306/db_name"
- Create database and run command for creating base user:
- make restore-database
- php bin/console d:d:d --if-exists --force
- php bin/console d:d:c
- php bin/console d:s:c
- php bin/console d:s:v
- php bin/console app:create:user