Current sync

This commit is contained in:
Senad Uka
2020-05-18 11:35:34 +02:00
parent 41b5ebb5d7
commit fb0a6c7dfd
11 changed files with 170 additions and 90 deletions

View File

@@ -1,24 +1,6 @@
# README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...
## Running
docker run --name gangstadb -d -p 5432:5432 -e POSTGRES_PASSWORD=docker roraccounting
PORT=3001 bundle exec rails s
PORT=3000 yarn --cwd client start