Testing as a Service (TaaS) with RESTful API to integrate with RESTester
- Python 3.9.5+
- Django 3.2+
cd backend
pip install -r requirements.txt
python manage.py collectstatic
- set your environment variables in .env file
python manage.py migrate
python manage.py runserver
Thank those who helped make this possible.