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
- Host: GitHub
- URL: https://github.com/koenverboven/school-administration-website
- Owner: KoenVerboven
- Created: 2025-02-12T10:48:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-12T08:05:21.000Z (about 1 year ago)
- Last Synced: 2025-05-12T09:34:28.695Z (about 1 year ago)
- Topics: angular, bootstrap, html, typescript
- Language: TypeScript
- Homepage:
- Size: 338 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SchoolAdministrationApp
Demo movie :
------------

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.

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 :
-------------


















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