Coder Social home page Coder Social logo

learnlx's Introduction

learnLX

Description

learnLX is an open source platform for learning programming languages.

Currently in Alpha!

Much more is left to be completed with learnLX. Check out the GitHub issues section for more info.

Setting up for Production

Currently, you need a web interface to use learnLX which has not been completed yet. You will eventually be able to use learnLX on the web, mobile applications, and on command line.

  1. Install the base program You can do this by downloading the source or using Git command line tools.

  2. Update learnLX

The latest dependencies need to be downloaded for learnLX to run properly.

cd (your project folder)
npm install
  1. Run!

There is a script you need to run to set everything up for the first time.

[coming soon]

Afterward, to run learnLX, just open the program with this:

node app.js

More info on the Web Interface and CLI is coming soon.

License

learnLX is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License (version 3) as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

A full copy of the license is available in this repository under LICENSE.TXT. You may also see the license here: http://www.gnu.org/licenses/.

learnlx's People

Watchers

James Cloos avatar Kyle Permuy avatar

learnlx's Issues

Finalize Courses Route

The routes in /routes/courses.js need to be finalized for release candidate.
Functionality needs to be completed so all file manipulation and database connections can be tested before release.

[Backend API] setup database

Take the basic Node.js/Express application and add MongoDB functionality to it.
That means setting up the model, npm install mongodb, and adding hooks to mongo in the app.js file.

Web Application

A web front end with ember/backbone/angular etc. to view output from the back-end API.

Finalize Course addition method

As it currently stands, here is how to add a new course.

  • You add the course assets (Markdown lesson files, scripts for unit evaluations, etc.)
  • You add the course details (either manually, or through a language configuration JSON file) to the MongoDB database.

Authentication

Passport is somewhat setup at the moment, but it needs to be fully setup for email/local login as well as Github and Twitter login.

  • Add Github Authentication Method
  • Add Twitter Authentication Method
  • Fix Email/Local Auth
  • Test Authentication Methods
  • Finalize Authentication

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.