A Course Management System and social media for universities
- ER diagram
- class diagram
- SRS
- SDD
- db export file
- make a copy of the config file in
src/config-example.ts
tosrc/config.ts
npm install
to install all required tools.
npm run build
build the projectnpm run watch
to keep ts watching and node js restart on every changenpm run serve
build then serve the nodejsnpm run test
run mocha tests
npm install
to install all required tools.
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.ng generate component {component-name}
to generate a new component. You can also usedirective
,pipe
,service
,class
andmodule
.ng build
to build the project. The build artifacts will be stored in thedist/
directory. Use the-prod
flag for a production build.ng test
to execute the unit tests via Karma.