Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 844 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 844 Bytes

finalsClub

This code is deployed here:

About

FinalsClub provides tools to help college students study together and make flashcards live online during lecture. Getting started is easy. Just register, find your study group, or create a new one, and begin collaborating!

Tech stack

MEAN stack with Redis, ShareJS and Jade

Codebase map

Jade files: /views JS files: /public/js CSS files: /public/css Server files: /

Running in development and production

To run this code on localhost, you'll have to un-comment the "config" variable declaration on line 4 of authentication.js. Running in production will require commenting the same line back out.