Software development course b24 cycle 4 group 1 of the Industrial University of Santander (UIS) Within the framework of the program MisiónTic2022
This is the frontend source code of the minimum viable product of a web app develop in Nodejs for the backend and Angular (HTML, CSS, Javascript, typescrip) for the frontend, the deploy was made through Heroku. and the data base was exported to clever cloud
This project was generated with Angular CLI version 12.2.11.
Single page Aplication source
A single-page application (SPA) is a web application or that interacts with the user by dynamically rewriting the current web page using all diferent component that has every section of the page here are the screenshoots of every component:
login source
profile source
staff source
scheadule source
contact us source
page not found source
error source
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
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.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.