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:
- Ionic CLI
- NodeJs 16.18
- npm After clonning the repo, run the following commands on bash, inside the root directory:
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.
- Do not forget to build and run the backend server before starting the front-end!