/soulrate

Soulrate is a service where people evaluate each other

Primary LanguagePythonMIT LicenseMIT

Soulrate

website status

 

Soulrate is a service where people evaluate each other. You can create an account and then start making the world great again.

 

Installation

Using pip

git clone github.com/pibuxd/soulrate
cd soulrate
python -m pip install -r ./requirements.txt

Frontend installation and deployment

Deployment

gunicorn wsgi:app

Testing

To run the whole API test suite

pytest

To run a specific test

pytest ./tests/{testname}