Skip to content

Final Project for JS Web: Angular Fundamentals - July 2018 @ SoftUni

Notifications You must be signed in to change notification settings

astambi/Student-System

Repository files navigation

Angular Final Project

Student System

Project Description

Admins can create, edit and delete courses in Student System. Each course has a name, description, course duration (start and end dates), a list of trainers, a list of enrolled students and a list of user feedbacks. Admins can create, modify and delete course details, including course trainers and student feedbacks.

Anonymous users can view all available courses. User registration and/or login is required to view additional course details (course description, course duration, list of trainers and student feedbacks).

Users can register providing an email and a password. Upon registration users are assigned a Student role.

Authenticated users can enroll in any course, as well as cancel any existing course enrollment. Authenticated users can also write feedbacks on the courses they are enrolled in. Authenticated users can view their own profiles: name & email address, list of user roles, list of courses trained, list of courses studied, list of own feedbacks. From the user profile, users can delete feedbacks and unsubscribe from courses studied.

Back-end: Firebase

This project was generated with Angular CLI version 6.0.8.

Development server

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.

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.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

Final Project for JS Web: Angular Fundamentals - July 2018 @ SoftUni

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published