/project-aegis

Primary LanguageTypeScriptMIT LicenseMIT

PROJECT AEGIS

Automated Education Gamified Instruction System (correct this if wrong)

A project for gamification of education by:

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files. MongoDB server should be used and run. MongoServer is at http://localhost:3000/. The app will automatically redirect all api request to the mongodb server.

Build

Run ng build to build the project. The build artifacts will be stored in the public/ directory.