Before you get started, ensure you have docker installed in your machine
[Download and Install Docker] (https://docs.docker.com/engine/install/)
Clone the Repository
git clone git@github.com:makobongo/usr-mgt.git
cd usr-mgt
docker compose up --build
docker compose down
when running locally note frontend runs on localhost:3000 and backend on localhost:3001 respectively. Remember to make a copy of .env from .env.example in each directory i.e. both the frontend and backend and populate your details accordingly on each file