https://github.com/codelucas/codestar
Website to host a software tutoring service provided by Jason Tanner and myself. We will try to implement live video and secure payments into the webapp.
https://github.com/codelucas/codestar
Last synced: 10 months ago
JSON representation
Website to host a software tutoring service provided by Jason Tanner and myself. We will try to implement live video and secure payments into the webapp.
- Host: GitHub
- URL: https://github.com/codelucas/codestar
- Owner: codelucas
- License: apache-2.0
- Created: 2013-11-03T06:52:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-18T04:09:42.000Z (almost 12 years ago)
- Last Synced: 2025-01-16T05:56:19.835Z (12 months ago)
- Language: CSS
- Size: 297 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
codestar
========
Website to host a software tutoring service provided by [Jason Tanner]() and [Lucas Ou-Yang](http://codelucas.com). We will try to implement live video and secure payments into the webapp.
To deploy and begin to contribute, please first ensure that you have pip installed.
`sudo easy_install pip`
Afterwards, please install the dependencies of this project with
`sudo pip install -r requirements.txt`
Please indent code with `4 spaces`, no tabs!
For your own sake, use `virtualenv`, which is installed in the requirements.
This project as of now is running on [bootstrap3](http://getbootstrap.com/) for the front end, [flask](http://flask.pocoo.org/) for our backend framework, and we are using [jinja2](http://jinja.pocoo.org/docs/) for our templating engine.
We also intend on using [dwolla](https://www.dwolla.com/) for payments and [tokbox](http://tokbox.com/) (maybe) for video.