Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 561 Bytes

File metadata and controls

27 lines (17 loc) · 561 Bytes

API Combat

Description

The Authentication API for the Gatcha API project.

Installation

$ git clone https://github.com/Maxe2005/API_authentification.git
$ cd API_authentification

At 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 -d

Usage

You can access the API documentation at http://localhost:8080/swagger-ui/index.html.

Warning

Do not deploy this project for production environments.