This repository is a Django-based backend for CircleReview, it is a 360-degree feedback system that can be used by HRs to manage the internal reviews surveys.
- Why build it?
- The market is flooded with HR compliance tools that are loaded with features, and a simple task of Review becomes complicated.
- Every organization has some nuances and processes that make them unique, and therefore, a one-size-fits-all approach to HR systems is often very limiting.
- A common key exercise in a healthy organization is the process of Review.
- Who would use it?
- Companies with a strength of 25+
- What does the tool do?
- CircleReview provides a holistic review across roles, functions, and structure by eliminating unnecessary processes.
- Companies seek to maintain a transparent and healthy work culture and are taking steps in this direction by hearing out employees and also communicating via active feedback.
Get the code either down the zip file or use git.
git clone https://github.com/MullaAhmed/CircleReview-Backend.gitMove into the folder
cd CircleReview-BackendUse the package manager pip to install dependencies.
pip install -r requirements.txtTo run it on your local server
python manage.py runserverHere are the
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.