https://github.com/almas-ali/century
A MVC framework for flask
https://github.com/almas-ali/century
cli flask mvc-architecture open-source
Last synced: about 2 months ago
JSON representation
A MVC framework for flask
- Host: GitHub
- URL: https://github.com/almas-ali/century
- Owner: Almas-Ali
- Created: 2023-03-13T21:21:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T18:37:25.000Z (about 3 years ago)
- Last Synced: 2025-02-07T18:54:12.577Z (over 1 year ago)
- Topics: cli, flask, mvc-architecture, open-source
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Century - A MVC framework for flask
Century helps you to manage your flask based web application easily and manipulate with just few commands. This makes your work easier and faster working with flask and worked as MVC framework. It is a CLI based application. It is a open source project and you can contribute to this project.
## Installation
```bash
# git clone
git clone https://github.com/Almas-Ali/century.git
# cd into the directory
cd century
# install century for trial purpose
python setup.py install
```
## Usage
```bash
# Create a new project
century init
# Change directory to the project
cd
# Run the project
century run
```
CREATED BY: [Md. Almas Ali](https://github.com/Almas-Ali)