Coder Social home page Coder Social logo

smucs's Introduction

SMUCS

This is a repository for the Saint Mary's University Computer Science society website

Node-Login is built on top of the following libraries :

  • Node.js - Application Server
  • Express.js - Node.js Web Framework
  • MongoDb - Database Storage
  • Jade - HTML Templating Engine
  • Stylus - CSS Preprocessor
  • EmailJS - Node.js > SMTP Server Middleware
  • Moment.js - Lightweight Date Library
  • Twitter Bootstrap - UI Component & Layout Library

For Developers:

https://github.com/Glavin001/smucs/wiki/Developer

Screenshots

Login Home Account Settings Courses

smucs's People

Contributors

glavin001 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

smucs's Issues

Realtime Global Chat

Realtime Global Chat.

  • Global chat over Socket.io
  • Auto scroll to last message
  • User Names
  • User colors
  • Hide / Collapse / Show chat panel

Cloud9 Online IDE integration

Cloud9 Online IDE integration.

  • Support for multiple users (use unique port number per unique user with open Cloud9 session)
  • Enable editing of GitlabHQ Projects

Sign Out button not working

Sign Out button not working.

  • Sign Out only working on Home page.
  • Sign Out messaging should display
  • Sign out should redirect to sign in, after being logged out

app.js should support arguments

See http://stackoverflow.com/a/4351548/2578205
Sample Node.js code:

// print process.argv
process.argv.forEach(function (val, index, array) {
  console.log(index + ': ' + val);
});

Sample usage: node app -p 80
Results in

0: node
1: /Users/glavin/Documents/Project Dev/smucs/app
2: -p
3: 80
Express server listening on port 8080
connected to database :: node-login

Install Flask for Python RESTful API

Will need help from @dreid93 :).

http://flask.pocoo.org/

I am thinking that we have a RESTful API with Flask, allowing me to build the Google Drive feature automation with Python. Then we can build a JavaScript library over the REST api, and then BAM we have SMUCS JS library

Forum

Forum

  • EsoTalk Forum is currently not working on nginx server
  • Link to EsoTalk Form

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.