Servcy is a software tool kit for all your business needs.
Servcy is still in its early days, not everything will be perfect yet, and hiccups may happen. Please let us know of any suggestions, ideas, or bugs that you encounter using GitHub issues, and we will use your feedback to improve on our upcoming releases.
The easiest way to get started with Servcy is by creating a Servcy Cloud account. Servcy Cloud offers a hosted solution for Servcy. If you prefer to self-host Servcy for your personal use, you're free to do so.
- Poetry should be installed
- Python version 3.11.1
cp config/config.ini.example config/config.ini
mkdir logs
- If you're in non-debug mode you'll need a new_relic.ini file under config directory
- For google service you'll need servcy-gcp-service-account-key under config directory
- Use sql seeders to prefill integration and integration_event table
poetry install
poetry shell && python manange.py runserver
Open http://localhost:8000 with your browser to see the result.
You are ready to make changes to the code. Do not forget to refresh the browser (in case it does not auto-reload)
That's it!
To see how to Contribute, visit here
The Servcy community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.
Our Code of Conduct applies to all Servcy community channels.
If you believe you have found a security vulnerability in Servcy, we encourage you to responsibly disclose this and not open a public issue. We will investigate all legitimate reports. Email [email protected] to disclose any security vulnerabilities.