Skip to content

angeldevtech/keyMG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyMG

Project Layout

We will divide our app in below components, according to Flask recommended layout and Skeleton Minimal Architecture:

keymg
│
├── database/
├── keymg
│   ├── __init__.py
│   ├── extensions.py
│   ├── routes.py
│   ├── controllers.py
│   ├── service/
│   ├── domain/
│   │
│   └── ui
│       ├── static
│       │   ├── css
│       │   │   └── styles.css
│       │   ├── img
│       │   └── js
│       │       └── app.js
│       └── templates
│           ├── index.html
│           └── search.html
│
├── wsgi.py
├── .gitignore
├── requirements.txt
└── README.md

About

Asistant to DJ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •