Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
山竹记账服务端
- Host: GitHub
- URL: https://github.com/botshen/mangosteen-1-bak
- Owner: botshen
- Created: 2022-11-17T06:14:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T06:15:17.000Z (almost 2 years ago)
- Last Synced: 2024-11-27T11:14:34.515Z (2 months ago)
- Topics: postgresql, rails7, repec, ruby, tdd
- Language: Ruby
- Homepage:
- Size: 291 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```