Skip to content

mseravalli/mifi-backend

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published