Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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=disable

make run
```
* Cleanup
```bash
make clean
```