Giter Site home page Giter Site logo

colearendt / classroom-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sol-eng/classroom-server

0.0 1.0 0.0 830 KB

Shiny app to help with classroom server assignments

Home Page: https://rstd.io/class

R 84.75% CSS 9.01% HTML 5.13% JavaScript 1.11%

classroom-server's Introduction

Classroom Server

This Shiny application is built to help with workshops. In particular, it takes charge over an oft painful process:

  • uniquely identify users
  • allocate resources (usually a cloud-based VM per student) to those users

The dynamic classroom is the most advanced version of the application, is multi-tenant (many workshops at once), and is backed by a Postgres database.

Getting Started

To test the app locally, you will need a postgres database. Define one in the config.yml file at ./dynamic-classroom/config.yml.

Then connect to the database and execute the following:

source("./dynamic-classroom/create_table.R")
create_all(con, schema = "schema", prefix = "some_prefix_")

This creates the tables necessary to run the application. Specify the same schema and prefix in the app, and you're off to the races!

classroom-server's People

Contributors

colearendt avatar edgararuiz avatar stevenolen avatar

Watchers

 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.