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

https://github.com/bedus-creation/tdd-django

Test Driven development in python Django.
https://github.com/bedus-creation/tdd-django

Last synced: 8 months ago
JSON representation

Test Driven development in python Django.

Awesome Lists containing this project

README

          

# Installation

### Install pipenv
```
pipenv shell
```
### Install dependency
```
pipenv install
```

### Run the server
```
python manage.py runserver
```

## Things to be done
- [ ] Static Files
- [ ] Learn about Django-q
- [ ] Perform More testing
- [ ]