An open API service indexing awesome lists of open source software.

https://github.com/ezzylan/madaniblog

MadaniBlog is a Django website created for the WOC7014 - Framework Based Software Design and Development course.
https://github.com/ezzylan/madaniblog

bootstrap django

Last synced: about 1 month ago
JSON representation

MadaniBlog is a Django website created for the WOC7014 - Framework Based Software Design and Development course.

Awesome Lists containing this project

README

          

# MadaniBlog

MadaniBlog is a Django website created for the WOC7014 - Framework Based Software Design and Development course.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the necessary dependencies.

```bash
pip install -r requirements.txt
```

## Usage

```python
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
```

## Credits
- [Harzan Hazanan](https://github.com/hharzan)
- [Kong Wei Jian](https://github.com/weijiankong0329)
- [Ali Al-Yasari](https://github.com/ali-ihssan)
- [Ma Li](https://github.com/Nobody9810)