Giter VIP home page Giter VIP logo

yangshun / turtlegram Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 0.0 3.67 MB

Prototype of a contest platform where users can create Python turtle art in the browser and share them with the world. People can also like, share and comment on the python turtle art created. A contest platform made for the module CS1010S Programming Methodology (Python).

Home Page: http://www.turtlegram.com

JavaScript 99.89% Python 0.11%

turtlegram's Introduction

TurtleGram

A platform to share and create Python Turtle Art

This is a prototype of a contest platform where users can create Python turtle art and share them with the world. People can also 'upvote' the python turtle art created.

Installation

To install:
Install virtualenv and pip. Checkout and cd to the directory that you checkout

$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt

To run the application:

$ python turtlegram.py

Heroku Commands

To use Heroku commands, make sure you installed the Heroku toolkit, and that you are properly set up to update to Heroku

To run Heroku server locally:

$ foreman start

To push to heroku:

$ git push heroku master

To push a local branch to heroku:

$ git push heroku localbranch:master

Third-party APIs/Services

  • Front-end HTML/CSS: Bootstrap 2.3.2
  • Front-end MVC: AngularJS
  • In-browser python interpreter: Skulpt
  • In-browser code editor: CodeMirror
  • Back-end persistence: Firebase
  • Facebook SDK: For commenting on individual python turtle art and sharing to timeline
  • Aviary Photo-editing SDK: Filters anyone?

Model

For the prototype, only one object is needed: Python Turtle Art

  • python_turtle_art
    • id: int
    • title: string
    • description: string
    • code: string
    • upvotes: int
    • image_url: string
    • creator: string
    • date_created: string/int(?)

Authors

Tay Yang Shun

Soedarsono Lim

turtlegram's People

Contributors

soedar avatar yangshun avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.