Skip to content

davidvoler/mongodb-tornado-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongodb-tornado-angular (and ionicframework)

Inspired by mean stack, here is a python based stack, with tornado as a server.

This stack aims to achieve the following

  • Document/JSON based database - Mongodb
  • REST server - Tornado
  • Single page web framework - Angular
  • ~ Mobile solution - ionicsframework

Status

The project is in a preliminary stage - any suggestion and contribution are welcomed.

Documentation

http://mongodb-tornado-angular.readthedocs.org/en/latest/

Why not use mean stack?

Simply because I much more comfortable with python for server development.

Installation

if you do not have python installed and access to a mongodb database please refer to install software later

linux/mac

Python3.x

Python2.x

Windows

With Pycharm(Python2.x)

Install software

Mongodb

If you do not have access to a mongodb database you may install a local mongodb.

installation instructions on all platforms can be found here:

http://docs.mongodb.org/manual/installation/

If you are working on Windows or Mac - you will have to remember to start mongodb before running

On linux mongodb is installed as a service by default.

Python

I have decided to start with python3.x however python2.6 should work as well.

python installation instruction can be found here:

https://www.python.org/download

bower,node & npm

Bower & npm are used to install javascript package we do not do any node developments

About

A framework Inspired by MEAN stack, replacing the the JavaScript/Node- Express by Python/Tornado.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages