8000 GitHub - dkodaj/ElmGo-API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dkodaj/ElmGo-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm/Go API

An Elm webapp sends requests to a Go server connected to a Postgres database.

If you have Docker and docker-compose, run

$ git clone https://github.com/dkodaj/ElmGo-API.git
$ cd elmgo-api
$ docker-compose up

If you have Elm, Go, and Postgres installed, then create a Postgres database called elmgoapi (user elmgoapi, password elmgoapi), and run

$ git clone https://github.com/dkodaj/ElmGo-API.git
$ cd elmgo-api
$ make

Assumption: Postgres is listening on localhost:5432.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0