Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/botshen/mangosteen-1-bak

山竹记账服务端
https://github.com/botshen/mangosteen-1-bak

postgresql rails7 repec ruby tdd

Last synced: 10 days ago
JSON representation

山竹记账服务端

Awesome Lists containing this project

README

        

# README

## 开发配置

### 数据库创建

```
docker run -d --name db-for-mangosteen -e POSTGRES_USER=mangosteen -e POSTGRES_PASSWORD=123456 -e POSTGRES_DB=mangosteen_dev -e PGDATA=/var/lib/postgresql/data/pgdata -v mangosteen-data:/var/lib/postgresql/data --network=network1 postgres:14

```