Skip to content

Commit

Permalink
feat: add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thenishantsapkota committed Sep 16, 2022
1 parent 5ffcde3 commit 343016b
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@

# Character Certificate Management System

A Character Certificate Management System written in Django Framework that helps in generating and storing of Character Certificates for any educational institution.






## Features

- Dynamic certificate generation
- Configurable options including Institute Name, Logo, etc.
- User friendly and easy to use




## Installation

### Installation of the Project with Poetry

```bash
poetry shell
poetry install
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
```

### Installation without Poetry

```bash
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
```

## License

BSD-2-Clause-License

0 comments on commit 343016b

Please sign in to comment.