Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abserari/pet
pet-backend api server.
https://github.com/abserari/pet
backend gin golang hacktoberfest module-pattern mysql
Last synced: about 19 hours ago
JSON representation
pet-backend api server.
- Host: GitHub
- URL: https://github.com/abserari/pet
- Owner: abserari
- License: mit
- Created: 2020-10-04T09:04:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-23T04:41:21.000Z (about 4 years ago)
- Last Synced: 2024-11-24T17:13:30.179Z (about 2 months ago)
- Topics: backend, gin, golang, hacktoberfest, module-pattern, mysql
- Language: Go
- Homepage:
- Size: 120 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pet
pet-backend api server.## Fileserver Support
- [x] file download
- [x] mp4 play# Usage
Change the database url with yourself and run below command.```bash
go run main
```