A project that can help people do peer-2-peer reviews of their projects.
ReviewApp finds a pair of users who have projects with the same project difficulty. Then it allows this users to review their work and send the results to each other.
ReviewApp API will help people do peer-to-peer reviews of their projects. 🚀
There is also a bot that shows how the API works.
If you want to see it work, go to this link (Documentation is also there)
The telegram bot for this API is here
If you want to use it yourself:
- Clone this repository
git clone https://github.com/NikkyBricky/Kudesniki_review_api.git - Install poetry
pip install poetry - Install all the packages using poetry
poetry install - Make sure, that you have postgreSQL installed on your PC
- Change example.env to .env file and write your own data there
- write this in your console
alembic upgrade head - Run launch.py
You can see all the documentation if you go to this link