All Projects → delacruz-dev → rapid.py

delacruz-dev / rapid.py

Licence: other
A template built on python and bootstrap for rapid prototyping

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language

#rapid.py

rapid.py is basically a python template designed for creating high-fidelity prototypes fast. It's supported with bootstrap for UI, bottle.py for http server and it doesn't offer any data store repository, although the recommended is mongoDB.

The main purpose of rapid.py is to allow people to create prototypes without having to implement unused code in the final version of their product. You can create an API for your mobile app, or a responsive web version of your app or service. Put rapid.py in a production environment and store data with mongoDB for analyze it later.

It's easiest than you thought.

#Installation and Setup instructions

The install.sh script is provided to install and setup everything needed to run rapid.py. This shell script installs and configures the following

  • homebrew
  • python
  • bottle
  • pymongo
  • mongoDB

Bootstrap is also needed, but it's distributed as part of the rapid.py package for easiest configuration.

To start a mongoDB daemon, just type in your terminal:

sudo mongod --fork --syslog

To start rapid py:

python rapid.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].