Skip to content

JonanOribe/Bizkaiko-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bizkaiko-Planner

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Deploy on Firebase

firebase deploy

Install Docker on your device

Go to https://www.docker.com/

Create Back-End docker image

cd fastapi-app && docker build -t fastapi-app .

Create Front-End docker image

cd angular-app && ng build && docker build -t angular-app .

Launch Docker compose

docker-compose up --build

Platform

Open http://localhost:8080/ on your browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published