Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lserveriiev/crud


https://github.com/lserveriiev/crud

crud go golang mysql

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Crud

## Load fixtures
```bash
mysql -uUser -pPass db_name < resource/db.sql
```

## Configuration db
Insert your db params in `resource/db.yml`

## Run application
Run `go run crud.go`. Navigate to `http://127.0.0.1:8080/`