https://github.com/rbuj-uoc/m4.256-pac3
PAC 3 de l'assignatura Desenvolupament front-end avançat del Màster universitari de Desenvolupament de Llocs i Aplicacions Web
https://github.com/rbuj-uoc/m4.256-pac3
angular
Last synced: 2 months ago
JSON representation
PAC 3 de l'assignatura Desenvolupament front-end avançat del Màster universitari de Desenvolupament de Llocs i Aplicacions Web
- Host: GitHub
- URL: https://github.com/rbuj-uoc/m4.256-pac3
- Owner: rbuj-UOC
- License: cc0-1.0
- Created: 2024-11-25T08:16:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-26T11:25:33.000Z (about 1 year ago)
- Last Synced: 2025-06-26T12:28:51.839Z (about 1 year ago)
- Topics: angular
- Language: TypeScript
- Homepage: https://rbuj-uoc.github.io/M4.256-PAC3/
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/rbuj-UOC/M4.256-PAC3/actions/workflows/jekyll.yml)
# PAC 3
## Prerequisits
- Instal·lar i executar [Docker Desktop](https://www.docker.com/products/docker-desktop/)
- Instal·lar [Node.js 20](https://nodejs.org/en/download/package-manager/current)
- Instal·lar [Angular](https://angular.dev/tools/cli/setup-local)
## backend
En la carpeta *backend* hi ha els fitxers necessaris per a executar la base de dades i el *backend* en contenidors *Docker*.
```
git submodule update --init --recursive
cd backend
./start.sh
```
## frontend
En la carpeta *frontend* hi ha els fitxers necessaris per a executar el frontend des d'un terminal o bé depurar el codi amb [VS Code](https://code.visualstudio.com/).
```
cd frontend
npm install
ng serve
```