Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eldar34/golangapp


https://github.com/eldar34/golangapp

go

Last synced: about 8 hours ago
JSON representation

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/
~~~