Skip to content

An Angular web application with NodeJS REST API server for web-based budgeting

License

Notifications You must be signed in to change notification settings

dubniczky/Budgeting-Webapp

Repository files navigation

Web Budget App

An Angular web application with NodeJS REST API server for web-based budgeting

Support ❤️

If you find the project useful, please consider supporting, or contributing.

"Buy Me A Coffee"

Details

This a learning project, without any security precautions, like authentication. Only suitable to run on Localhost/LAN systems and for a point of reference for your learning.

Requirements

  • NodeJS 16+ (runtime environment)
  • Yarn 1.2+ (package manager)
  • Make 4+ (build system)

Quick Start

Docker Compose

Buld and start both service containers at once with the following command:

make

In case make is not installed, you can manually start it:

docker-compose up --build

Manual

Start server

make server

Start client

make client

For further details on all commands for the client and server service, take a look at the project specific makefiles:

License

This project is under MIT license: license