Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kapit4n/ng-school-events
Angular 2+ application to notify school events. Angular and loopback.
https://github.com/kapit4n/ng-school-events
angular6 bootstrap calendar rest-client socket-io
Last synced: 3 days ago
JSON representation
Angular 2+ application to notify school events. Angular and loopback.
- Host: GitHub
- URL: https://github.com/kapit4n/ng-school-events
- Owner: kapit4n
- Created: 2018-04-27T01:37:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T13:36:36.000Z (over 1 year ago)
- Last Synced: 2023-08-01T11:10:17.325Z (over 1 year ago)
- Topics: angular6, bootstrap, calendar, rest-client, socket-io
- Language: TypeScript
- Homepage:
- Size: 4.59 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NgSchoolEvents
![Home](https://raw.githubusercontent.com/kapit4n/ng-school-events/master/mockups/ng-school-events-announcements.png)This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.
# TODO
* branch name: school-years
* Analyze how to support multiple years
* Make a document of the impact of the change# Pages that depends of an school year
* Relation (course and student)
* Relation (course and teacher)
* Relation course and school year
* Display student course to parents
* Display student course to teachers
* Asign Course to "2019 - 2020", Display al course to assign to school-year, working by gestion
* Navigate to course details (display school year)
* Assign/Change course to student (display school year)## Pre-requisites
* node >= 10
* npm >= 5.6
* angular-cli 6## Run server
* open with stackblitz [Open Online]((https://stackblitz.com/github/kapit4n/ng-school-events)
* clone the repo
* go to main folder
* `npm install`
* `ng serve` for a dev server or ng serve --configuration=es for spanish.
* Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.## Code scaffolding
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`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).