rickypeng99 / coursehub

cs411 final project - online platform that matches students with recommended project groups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live address

Note: for the cost of server maintainence, I have stopped hosting the databse online, thus the website is not properly working right now. If you hope to see how this website should be working, please vist the youtube recording

Youtube link

Coursehub is now up at HERE

FrontEnd:

  • React.js
  • Material UI
  • Semantic UI
  • Redux (for global state update, especially login session)

Running guide (Frontend):

  • Go to /client folder, and run the following command:
npm start

BackEnd (RESTful API):

  • Node.js and Express.js (server requests handling and routing)
  • MySQL (Database)

Running guide (Backend):

  • In the root folder, and run the following command:
node server.js

Note:

Please run both front and back end at the same time so the web app can be properly working.

About

cs411 final project - online platform that matches students with recommended project groups


Languages

Language:JavaScript 99.5%Language:HTML 0.4%Language:CSS 0.1%