/Angular-Quiz-Engine

This is simple angular application that will run with firebase back end for conducting a MCQ test. Uses Bootstrap 4 for UI.

Primary LanguageTypeScript

Quiz

This project was generated with Angular CLI version 1.6.6.

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.

Firebase Setup

  • Edit environment.ts and environment.prod.ts to add your fire base setup.
  • Enable sign-up using email and password in fire base authentication.

Hosting in Heroku

This project is basically setup for heroku hosting with Express JS implementation in server.js file which acts as entry point for production build. So just add heroku git to this repository and push it to you heroku project to host the angular application.