https://github.com/publishername/digital-citizen-charter-api
Digital Citizen Charter ( डिजिटल नागरिक वडापत्र ) for Municipalities and government offices.
https://github.com/publishername/digital-citizen-charter-api
digital-citizen-charter django nepal strawberry-graphql
Last synced: about 1 year ago
JSON representation
Digital Citizen Charter ( डिजिटल नागरिक वडापत्र ) for Municipalities and government offices.
- Host: GitHub
- URL: https://github.com/publishername/digital-citizen-charter-api
- Owner: PublisherName
- License: mit
- Created: 2024-03-29T08:50:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T20:20:34.000Z (about 1 year ago)
- Last Synced: 2025-04-24T00:08:34.282Z (about 1 year ago)
- Topics: digital-citizen-charter, django, nepal, strawberry-graphql
- Language: Python
- Homepage:
- Size: 85 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digital Citizen Charter (DCC)
Digital Citizen Charter ( डिजिटल नागरिक वडापत्र ) for Municipalities and government offices.
## Introduction
Digital Citizen Charter (DCC) is a digital version of the Citizen Charter. It is a public declaration of the commitments of the Municipalities and government offices to provide services to the citizens in a time-bound manner. It is a tool for public accountability and transparency in the administration. It is a platform for the citizens to know the services provided by the Municipalities and government offices, the time taken to provide the services, the procedure to avail the services, the fees to be paid for the services, the documents required to avail the services, the officer responsible for providing the services, the time taken to redress the grievances, etc.
## Objective
## Installation
```python3 -m venv .venv```
```source .venv/bin/activate```
```pip install -r requirements.txt```
## Migration
```python manage.py makemigrations```
```python manage.py migrate```
## Usage
```python manage.py runserver```
## Formatter Used
https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff