- Angular
- Go
- PostgreSQL
To run the backend execute the following command in the terminal:
go run .
To run the frontend execute the following command in the terminal:
// go to localhost:4200
ng serve
or simply
ng serve --open