GithubHelp home page GithubHelp logo

erdenezul / web2courses Goto Github PK

View Code? Open in Web Editor NEW

This project forked from juliarizza/web2courses

0.0 2.0 0.0 74.19 MB

A manager system for a teacher to sell/provide courses

License: MIT License

Python 48.85% HTML 33.22% CSS 14.23% JavaScript 3.38% PHP 0.32%

web2courses's Introduction

web2courses

A manager system for a teacher to sell/provide courses and manage classes.

Live demo: http://juliarizza.pythonanywhere.com/web2courses

username/email: [email protected] password: admin

Features

  • Let teachers provide online courses
  • Lessons with 3 diferent types of content: video, text and questions
  • Forum for student's questions
  • Calendar for each class

TODOs

  • Configure authorization system with 2 main user categories: student and teacher DONE
  • Integrate with payment systems (paypal, PagSeguro, etc) PAYPAL DONE
  • Track students completion of courses
  • Make a .pdf certificate generator DONE
  • Make a billboard for teacher announcement DONE
  • Implement a beautiful theme DONE
  • Configure routes DONE
  • Remove extra css, js and images that are not being used DONE

Install

  1. Download web2py: http://web2py.com

  2. Clone this repository inside web2py applications folder: git clone https://github.com/juliarizza/web2courses.git

  3. Configure routes:

    3.1 Create a file called routes.py inside web2py root directory.

    3.2 Copy this code in your routes.py created:

    routers = dict(
    
    # base router
    BASE=dict(
            default_application='web2courses',
        ),
    )
    
  4. Run web2py: python web2py.py

  5. Access http://localhost:8000

  6. To activate the classes scheduler to change classes status automatically, do:

    6.1 Run scheduler in another instance, alongside the server: python web2py/web2py.py -K web2courses

    6.2 Or run scheduler alongside the server in the embedded webserver: python web2py/web2py.py -a your_password -K web2courses -X (This is only used when you run web2py without the web2py start window)

Contribute!

Copyright (c) 2015 Júlia Rizza & licensed under The MIT License (MIT)

web2courses's People

Contributors

juliarizza avatar mdipierro avatar

Watchers

erdenezul avatar James Cloos 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.