https://github.com/stereoflo/go-users-rest-microservice
https://github.com/stereoflo/go-users-rest-microservice
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stereoflo/go-users-rest-microservice
- Owner: StereoFlo
- Created: 2022-07-31T16:27:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T10:08:26.000Z (about 2 years ago)
- Last Synced: 2025-02-14T03:48:57.980Z (over 1 year ago)
- Language: Go
- Size: 96.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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