Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrk21/dw-manager
Deposits / withdrawals manager
https://github.com/mrk21/dw-manager
Last synced: about 1 month ago
JSON representation
Deposits / withdrawals manager
- Host: GitHub
- URL: https://github.com/mrk21/dw-manager
- Owner: mrk21
- License: mit
- Created: 2020-03-29T09:51:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T14:40:32.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T13:36:28.902Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 749 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dw-manager
## Dependencies
### Middleware/tools
#### Required
- Ruby: 2.7.1
- Rails: 6.0.3
- MySQL: 8.x
- Node.js
- yarn##### for gem
- MySQL library: 8.x
#### Optional
##### Development
- Docker: >= 18.06
- docker-compose: >= 1.25.0
- direnv## Setup
```sh
#------------------------------------------------------------------------------
# 1. Install `docker`, `docker-compose`, `direnv`
#------------------------------------------------------------------------------#------------------------------------------------------------------------------
# 2. Setup app
#------------------------------------------------------------------------------
cp .envrc.local.sample .envrc.local
vi .envrc.local
direnv allow .
docker-compose build
docker-compose run app bundle install
docker-compose run app racc lib/search_query/parser.y.rb
docker-compose run app rails db:setup
docker-compose up
open http://localhost:${DOCKER_HOST_APP_PORT}/
```## Development
### Default login User
- User1
- email: [email protected]
- pass: password
- User2
- email: [email protected]
- pass: password