Soulrate is a service where people evaluate each other. You can create an account and then start making the world great again.
Using pip
git clone github.com/pibuxd/soulrate
cd soulrate
python -m pip install -r ./requirements.txt
Frontend installation and deployment
gunicorn wsgi:app
To run the whole API test suite
pytest
To run a specific test
pytest ./tests/{testname}