Skip to content

osoobe/flask-mongo-init

Repository files navigation

Introduction

This is a simple micro-framework of a flask application that uses MongoDB as a DMBS system.

Tech Stack

Installation

Installing Buildinator varies between Windows and Linux.

Linux Installation

Run ./install.sh to install all the packages.

Getting Started

Use ./run.py -s or python run.py -s to run the application.

Other Arguments

./run.py -s    # Run application
./run.py -w    # Watch and compile less files to css
./run.py -h    # Help
./run.py -c    # Clean the project
./run.py -m    # Minify files

Server App via Apache2

See Flask mod_wsgi documentation on how to server flask application via Apache2.

If you wish to see Flask Debug messages via Apache2, see Flask mod_wsgi debug mode

Inspired by GAE-INIT

About

Build a flask application using Mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published