Skip to content

cngu/CourseProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

University of Calgary
CPSC 301 (W11)
Course Project

To run the server (in a UNIX environment with the bash shell), use

$ ./runserver <port>

where port is a positive integer > 1023. To run the server on a different
environment, use

$ node js/dispatcher.js <node>

To interact with the server with your internet browser, browse host:port
where host is the hostname of the machine you are running the server
from, and port is the port you specified. For example, if running
the server on csc.cpsc.ucalgary.ca with port 5678, browse to

csc.cpsc.ucalgary.ca:5678

or even just

csc:5678

if you are running your browser on a machine which is within the cpsc network.


Before opening the task page, make sure a database is created first using:

$ node js/createDatabase.js

from the CourseProject folder.

About

CPSC 301 Course Project (W11)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.9%
  • JavaScript 5.2%
  • Other 0.9%