Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.07 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.07 KB

mifi

Web application for managing personal finance.

Development Setup

Prerequisites: * java (1.7+)

Run all the necessary containers.

docker container run -d -p 5432:5432 mseravalli/mifi-sql
docker container run -d -p 4200:4200 mseravalli/mifi-frontend

For possible problems encountered during the setup please refer to the HELP.md file, or open an issue.

Run all the necessary containers:

docker container run -d -p 5432:5432 mseravalli/mifi-sql:latest
docker container run -d -p 4200:4200 mseravalli/mifi-frontend:latest

Clone this repo

git clone https://github.com/mseravalli/mifi-backend

Run the application using sbt, the first run might take a while:

sbt run

Open your favourite Browser with CORS disabled. Be sure to access only localhost when using this mode. Here an example with Chrome: $ google-chrome --disable-web-security --user-data-dir

Point your browser to http://localhost:4200.