An open API service indexing awesome lists of open source software.

https://github.com/stereoflo/go-users-rest-microservice


https://github.com/stereoflo/go-users-rest-microservice

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# WIP
documentation is not available yet. Read the code

## Run the project
copy .env file
```shell
cp .env.dist .env
```
run docker
```shell
docker-compose up --build
```
The application will be available on the port specified in the API_PORT variable specified in the .env file