Code Monkey home page Code Monkey logo

mylsf's Introduction

mylsf

Goal

This this project aims to be a better alternative to HIS/LSF at the University of Stuttgart for viewing lecture data and planning your timetable.

Eventually one would like to have more functionality (e.g. “I'm currently in building A and have free time, which lectures are available for me to peek into?”), the possibilities are endless.

Overview

The project can be seen as two separate parts: a backend and a frontend.

Backend

The backend constist of a web crawler (harvester) for retrieving real world data and defines a data format to be used for database storage.

The most important parts of the backend are working already.

Frontend

The frontend uses the stored data to deliver a full web user experience.

Almost everything remains to be done.

Getting started

You'll need

  • nodejs/npm
  • mongodb
  • grunt in your path (e.g. npm install -g grunt or through pkgs)
  • sass in your path (e.g. install ruby and run gem install sass or through pkgs)

Proceed by doing something like

  1. cd to this projects directory
  2. Make sure mongodb server is started and listening on default port 27017: Either start the service or run mongod directly (have a look at http://docs.mongodb.org/manual/tutorial/manage-mongodb-processes/ for details).
  3. npm install to install dependencies
  4. grunt sass to compile stylesheets
  5. Run node ./import.js [-v] <command> using a command from the following list (it's probably wise to run these commands in the following order):
    • courseList to import course id's
    • courseData to import actual course data (one web-crawl per id)
    • moduleList same …
    • moduleData same …
    • lectureList same …
    • lectureData same …
    • locationData to import location data for locations referenced by lectures
    • courseDrop, moduleDrop, lectureDrop to wipe your data
  6. Run node ./index.js to start a webserver on port 3000 and navigate to http://localhost:3000

mylsf's People

Contributors

stev47 avatar

Watchers

 avatar  avatar

mylsf's Issues

Introduce a Linter

In order to guarantee a consistent code style, linters are pretty helpful and can be delegated to grunt.
Popular options:

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.