The Authentication API for the Gatcha API project.
$ git clone https://github.com/Maxe2005/API_authentification.git
$ cd API_authentificationAt root of the project, create a .env file based on the .env.example file. Replace the values with your own.
You can now run the following:
$ docker-compose up --build -dYou can access the API documentation at http://localhost:8080/swagger-ui/index.html.
Warning
Do not deploy this project for production environments.