Skip to content

Commit

Permalink
README.md (fix heading levels)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuj committed Jan 28, 2025
1 parent a61c0b7 commit 33641b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[![Node.js CI](https://github.com/rbuj-UOC/M4.256-PAC1/actions/workflows/node.js.yml/badge.svg)](https://github.com/rbuj-UOC/M4.256-PAC1/actions/workflows/node.js.yml)
# PAC 1

# Prerequisits
## 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
## backend
En la carpeta *backend* hi ha els fitxers necessaris per a executar la base de dades i el *backend* en contenidors *Docker*.
```
cd backend
./start.sh
```

# frontend
## 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
Expand All @@ -23,6 +23,6 @@ ng serve

Com a exercici opcional s'ha realitzat la internacionalització i localització de l'aplicació. [REF](https://levelup.gitconnected.com/angular-dynamic-language-i18n-l10n-300d76c31b17)

# Postman
## Postman

- [uoc-blog](https://www.postman.com/rbuj/workspace/uoc)

0 comments on commit 33641b2

Please sign in to comment.