Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/2yuri/webapi-with-go
- Owner: 2yuri
- Created: 2021-05-16T15:17:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T18:08:49.000Z (almost 3 years ago)
- Last Synced: 2024-10-20T07:50:45.268Z (26 days ago)
- Topics: go, golang, mvc, rest, rest-api, web-api
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 22
- Watchers: 3
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```