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.tstosrc/config.ts npm installto install all required tools.
npm run buildbuild the projectnpm run watchto keep ts watching and node js restart on every changenpm run servebuild then serve the nodejsnpm run testrun mocha tests
npm installto install all required tools.
ng servefor 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,classandmodule.ng buildto build the project. The build artifacts will be stored in thedist/directory. Use the-prodflag for a production build.ng testto execute the unit tests via Karma.