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

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

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)