crolopez / shared-expense-group-app

Small APP to manage a group of shared expenses between friends using Angular.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shared Expense APP

Small APP to manage a group of shared expenses between friends using Angular.

Configuration

To launch this application it is necessary to have an instance of the Shared Expense API running. You can find more information about this project, as well as how to deploy it, here.

Once the API is instantiated, it is necessary to modify the environment.ts file by setting the apiBaseUrl parameter.

Run locally

To deploy the application locally just run:

npm install
npm run build
npm run start

After this, the APP will be ready at http://localhost:4200/.

If you want to build the application in a dockerized environment:

docker build -t sharedexpense-app .
docker run -p 4200:80 sharedexpense-app

About

Small APP to manage a group of shared expenses between friends using Angular.

License:GNU General Public License v3.0


Languages

Language:TypeScript 69.8%Language:HTML 19.8%Language:CSS 7.8%Language:JavaScript 1.7%Language:Dockerfile 0.9%