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

https://github.com/app-generator/django-theme-material-kit_p

Django MKit Theme - Playground Project | AppSeed
https://github.com/app-generator/django-theme-material-kit_p

appseed django-template django-theme material-design open-source

Last synced: 6 months ago
JSON representation

Django MKit Theme - Playground Project | AppSeed

Awesome Lists containing this project

README

          

# [Django Theme Material Kit](https://github.com/app-generator/django-theme-material-kit) `playground`

Minimal **Django** project with `Docker` support - actively supported by [AppSeed](https://appseed.us/) via `Email` and `Discord`.

> Features:

- ✅ `Up-to-date Dependencies`
- ✅ Theme: [Django Material Kit](https://github.com/app-generator/django-theme-material-kit)


![Material Kit - Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/167396765-c88b7a95-155f-4236-8691-7b80fa2d9cd9.png)


## `Video Presentation`

> This material provides `more information` about this library and the `playground project`.

[![Django Theme Material Kit - Video Presentation.](https://user-images.githubusercontent.com/51070104/203492108-48d48000-2ad7-4dec-810a-d633b2c89510.png)](https://www.youtube.com/watch?v=LkFNuotJEUM)


## ✨ Start the app in Docker

> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)

```bash
$ git clone https://github.com/app-generator/django-theme-mkit-playground.git
$ cd django-theme-mkit-playground
```


> 👉 **Step 2** - Start the APP in `Docker`

```bash
$ docker-compose up --build
```

Visit `http://localhost:5085` in your browser. The app should be up & running.


## Manual Build

> 👉 Download the code

```bash
$ git clone https://github.com/app-generator/django-theme-mkit-playground.git
$ cd django-theme-mkit-playground
```


> 👉 Install modules via `VENV`

```bash
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
```


> 👉 Set Up Database

```bash
$ python manage.py makemigrations
$ python manage.py migrate
```


> 👉 Start the app

```bash
$ python manage.py runserver
```

At this point, the app runs at `http://127.0.0.1:8000/`.


## Screenshots

> [Django Theme Material Kit](https://github.com/app-generator/django-theme-material-kit) - `Cover`

![Django Theme Material Kit - Cover](https://user-images.githubusercontent.com/51070104/203402055-6c29dce8-ee03-4f43-89fb-4673e2e32b44.jpg)


> [Django Theme Material Kit](https://github.com/app-generator/django-theme-material-kit) - `Author page`

![Django Theme Material Kit - Author](https://user-images.githubusercontent.com/51070104/203402231-fc44eaa0-3a90-44b4-ad6d-34e3025ce908.jpg)


> [Django Theme Material Kit](https://github.com/app-generator/django-theme-material-kit) - Team Component

![Django Theme Material Kit - Team Component](https://user-images.githubusercontent.com/51070104/203402322-4d77ab42-6ef9-4d17-b09e-5f1b7e57e9e9.jpg)


---
[Django Theme Material Kit](https://github.com/app-generator/django-theme-material-kit) `playground` - Sample Starter provided by **[AppSeed](https://appseed.us/)**