Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eldar34/golangapp
https://github.com/eldar34/golangapp
go
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/eldar34/golangapp
- Owner: eldar34
- Created: 2020-12-24T17:40:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-25T05:08:21.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T08:50:42.555Z (over 1 year ago)
- Topics: go
- Language: Go
- Homepage: http://goapp.test2task.ru
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
INSTALLATION WITH DOCKER
------------### Prepare settings for DB connection
Create file .env in project base directory. Copy the .env.example file to a local .env
Add your application configuration to a .env or use default congiguration for docker-containers.
### Build application with docker-compose
Run docker-compose command:
~~~
docker-compose up --build
~~~Now you should be able to access the application through the following URL:
~~~
http://localhost:85/
~~~Adminer for management database through the following URL:
~~~
http://localhost:90/
~~~