Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjtim/be-friends-api
Backend for animal adoption platform - built with Golang, Postgresql, Redis, Google Cloud Storage, Fiber
https://github.com/cjtim/be-friends-api
Last synced: 10 days ago
JSON representation
Backend for animal adoption platform - built with Golang, Postgresql, Redis, Google Cloud Storage, Fiber
- Host: GitHub
- URL: https://github.com/cjtim/be-friends-api
- Owner: cjtim
- Created: 2022-05-29T12:21:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T23:23:55.000Z (over 1 year ago)
- Last Synced: 2024-04-17T02:11:44.699Z (7 months ago)
- Language: Go
- Homepage:
- Size: 6.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## API
#### Prerequisite
- Docker
- Golang 1.17
- Make#### Local run
* Start
```bash
export LINE_CLIENT_ID=
export LINE_SECRET_ID=
export DATABASE_URL=postgresql://postgres:postgres@localhost:5432/be-friends?sslmode=disablemake run
```
* Cleanup
```bash
make clean
```