An open API service indexing awesome lists of open source software.

https://github.com/koenverboven/school-administration-website

Website (Angular) for schoolmanagement
https://github.com/koenverboven/school-administration-website

angular bootstrap html typescript

Last synced: 2 months ago
JSON representation

Website (Angular) for schoolmanagement

Awesome Lists containing this project

README

          

# SchoolAdministrationApp

Demo movie :
------------
![SchoolAdministration](https://github.com/user-attachments/assets/32a8dadb-1497-462f-84b6-0cd697451253)

CLI-Version :
--------------
`18.2.12`

Run ng --version

To Start Application :
-----------------------
1/Install Sql-Server on your Pc.

2/ Open and start the back-end API ( https://github.com/KoenVerboven/SchoolAdministrationApi ) in Visual Studio.

3/Open the school-administration-Website in Visual Studio Code and run `ng serve --open` in cmd-terminal.

image

Code Scaffolding :
------------------
* Run `ng new --name` to generate a new angular project

example : `ng new school-administration-app`

* Run `ng generate component --name` to generate a new component.

`ng g c --name` ( same command but shorter )

example : `ng g c student-form` : makes a new component with the name 'student-form'

generate a new component on a existing or non-existent location:

`ng g c user\login\login-form` -> generate a new component on the location : user\login

* Run `ng generate service --name` to generate a new service.

`ng g s --name` ( same command but shorter )

example : `ng g s student` : generate a new service with the name student.service.ts

* Run `ng g help` to get help

Screenshots :
-------------

image

image

image

image

image

image

image

image

image

image

image

image

image

image

image

image

image

image

If you want to read more info about this site or the used technology :

https://github.com/KoenVerboven/school-administration-Website/tree/main/public/infoFiles