feedbacker1991 / bootstrapper

A bootstrap application with mongo as the database, python/flask as the backend, nodejs as a front end package manager and angular for the front end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boostraper

A bootstrap application with mongo as the database, python/flask as the backend, nodejs as a front end package manager and angular for the front end

NOTE

Change the PROD variable inside app/app.js to false when running locally.

How to install

Install node.js

Install dependencies

npm install

Build resources

gulp build

Setting up the virtual environement in python

1. pip install virtualenvwrapper

2. mkvirtualenv <name>

3. workon <name>

Installing flask in the environment

 pip install flask

Running the app LOCALLY

1. export FLASK_APP=server/server.py

2. flask run

About

A bootstrap application with mongo as the database, python/flask as the backend, nodejs as a front end package manager and angular for the front end

License:MIT License


Languages

Language:CSS 57.3%Language:JavaScript 24.5%Language:HTML 10.9%Language:Python 5.4%Language:Shell 1.8%