Skip to content
Snippets Groups Projects
Verified Commit bb86f5f3 authored by Sachin Kamath's avatar Sachin Kamath
Browse files

Add quickstart to README

parent db984549
No related branches found
No related tags found
No related merge requests found
A simple boilerplate application following the MVC pattern using Flask micro python framework.
It basically here to be my base skeleton for new python web applications
Demo : http://flask-mvc-salimane.herokuapp.com/
Dependencies :
git clone git://github.com/salimane/flask-mvc.git
cd flask-mvc
if you have old version of project: pip uninstall -r requirements.txt
pip install -r requirements.txt
To run:
python runserver.py
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/salimane/flask-mvc/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
# Hodor WebApp
The web application for the Hodor Project
## Quickstart
* Clone the repo using `git clone https://git.amrita.edu/hodorsec/hodor-webapp`
* Create a virtualenv and activate it.
* After activating it, `pip install -r requirements.txt` to install dependencies.
* `./runserver.py` to run the app.
* Navigate to `http://127.0.0.1:8080` to watch it in action!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment