Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 895 Bytes

File metadata and controls

29 lines (20 loc) · 895 Bytes

Overview

User Management is an open source project that implements a simple User Management system. It is developed in Ionic/Angular and this repository is the Frontend App only, and the backend is written in NestJS + MongoDB and can be seen here:

User Management API

System Requirements (Mac OS, Windows or Linux)

Install dependencies:

npm install

Build and run the application:

ionic serve

And that's it!

To view your application, go to http://localhost:8100/ on your web browser.

Notes:

  • Do not forget to build and run the backend server before starting the front-end!