Budget Buddy is a concept application developed for personal project management.
- Gonçalo Silva, 103244 - Contribuição: 33%
- Tiago Silvestre, 103554 - Contribuição: 33%
- Catarina Barroqueiro, 103295 - Contribuição: 33%
- vuejs (https://vuejs.org/)
- vuetify (https://vuetifyjs.com/en/)
- nestjs (https://nestjs.com/)
- typeorm (https://orkhan.gitbook.io/typeorm)
- mongoose (https:/mongoosejs.com)
Before getting started, you'll need to have Docker and Docker Compose installed on your machine. If you don't have these tools installed, please follow the installation instructions below:
- Docker: Docker is a platform for developing, shipping, and running applications using containers. To install Docker, follow the instructions for your operating system at https://docs.docker.com/get-docker/.
- Docker Compose: Docker Compose is a tool for defining and running multi-container Docker applications. To install Docker Compose, follow the instructions for your operating system at https://docs.docker.com/compose/install/.
Build and run the project in development mode:
sudo docker compose build
sudo docker compose up
The application will start in watch mode, allowing you to make changes to the code and see the updates in real time.
http://localhost:8080/home
http://localhost:3000
http://localhost:27017