NerdAgileCLI is a Scrum project management tool

The project contains a backend (REST API) and a CLI client


checkout the repo
git clone https://github.com/roymanigley/NerdAgileCLI
install the dependencies the dependencies
cd NerdAgileCLI

python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt
then run the nerd_agile_cli_client
export API_BASE_URL=https://nerd-agile-cli.onrender.com
export API_USERNAME="YOUR_USERNAME"
export API_PASSWORD="YOUR_PASSWORD"

python nerd_agile_cli_client/main.py