Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lserveriiev/crud
https://github.com/lserveriiev/crud
crud go golang mysql
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lserveriiev/crud
- Owner: lserveriiev
- Created: 2017-10-21T17:38:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T17:52:19.000Z (about 7 years ago)
- Last Synced: 2024-09-17T17:28:20.196Z (about 2 months ago)
- Topics: crud, go, golang, mysql
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`