/UniversityApp

A MEAN stack application covering CRUD operation using mongoose + Node.JS powered by Express JS and Angular 5 for Front End

Primary LanguageTypeScript

UniversityApp

This project was generated with Angular CLI version 1.6.8.

The application covers following topics:

Angular 5 concepts such as routing, component interaction, services using Dependency Injection and data-binding Creating REST API using Node JS and Express JS Mongoose.js for connecting and performing CRUD operations in MongoDB Authentication and Authorization

Development server

Run npm run build. Navigate to http://localhost:3000/. The server will be running and you can log in to the UI

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.