Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/2yuri/webapi-with-go

MVC webapi with GO
https://github.com/2yuri/webapi-with-go

go golang mvc rest rest-api web-api

Last synced: 14 days ago
JSON representation

MVC webapi with GO

Awesome Lists containing this project

README

        

# WEBAPI with GOLANG

## Acesse no youtube:



>

### API Docs

- JSON file at docs/insomnia_file.json

### Run Database

```
$ docker-compose up --build
```

### Run Database

```
$ go run main.go
```

### Migrations

- Migrations is auto runned when start the database

### Seeds

- Run seeds is manual, you have to run

```
$ go run database/seeder/main.go
```