Angular frontend for the DevOops accommodation booking system.
- Node.js 20+
- npm 10+
- Angular CLI 19
Install dependencies:
npm installStart development server:
npm startThe app runs on http://localhost:4200 with API calls proxied to http://localhost:8080.
Development build:
npm run buildProduction build:
npm run build:prodBuild Docker image:
docker build -t devoops-frontend .Run Docker container:
docker run -p 4200:80 devoops-frontendThis project is licensed under the MIT License - see the LICENSE file for details.