https://github.com/octavioduarte/simple-api-with-go
A simple API with Go
https://github.com/octavioduarte/simple-api-with-go
Last synced: about 1 year ago
JSON representation
A simple API with Go
- Host: GitHub
- URL: https://github.com/octavioduarte/simple-api-with-go
- Owner: octavioduarte
- Created: 2021-06-06T05:50:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T08:06:23.000Z (about 5 years ago)
- Last Synced: 2024-06-21T02:12:46.808Z (about 2 years ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple API with Go and Postgres
> To up local instance of Postgres inside a docker container
~~~bash
docker-compose up -d
~~~
> To register a new user on DB
~~~bash
go run framework/cmd/server.go
~~~