/users

Simple users management project

Primary LanguageTypeScript

Users list project

Install

This project was development with Nx in monorepo arquitecture

To clone project


  git clone https://github.com/dsalazar4446/users.git

Go to project folder


  cd users

Install dependecies


  npm install

Run project

To start frontend


  npm run start:front

The project FRONTEND is running in http://loacalhost:4200

To start api


  npm run start:api

The project API is running in http://localhost:3000/api