The API has been updated and logging in does not work anymore. You can test the app anyway using demo mode
This project is an independent Librus Diary app created for learning purposes.
- Grades
- Attendances
- Lessons plan (with everything working)
- Events and homeworks
- Timeline (grades, attendances, homeworks)
- Lucky number
- School and class details
- Current and next lesson
- Timeline (substitutions and canceled lessons)
- Announcements
- Messages
- Notes
- Homeworks
Run ng serve
and npm run proxy
then navigate to http://localhost:4200/
- Duplicate app/environments/environment.prod.template.ts
- Rename file to environment.prod.ts
- Replace proxy url
- In proxy_server/index.js under
Configuration
comment, replace needed constants with your configuration - Run
ng build
to build the project. The build artifacts will be stored in thedist/
directory - Deploy files to your server
Important note: proxy server is neccessary for API to work properly because of CORS
Login page | Grades | Attendances |
Lessons plan | Timeline | Settings |
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.