Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .gitignore

This file was deleted.

8 changes: 5 additions & 3 deletions craig_campbell/README.md → README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Vanilla HTTP Server
===========================
To complete this assignment:
* fork this repository (the sub module for this specific assignment)
* clone down your fork
Expand All @@ -9,17 +11,17 @@ To complete this assignment:
Assingment Description
---------------------------
For this assignment you should write an http server in vanilla node that responds to several different routes.

The server should respond to a request to /time that will send back the current time of the server.

* It should also respond to a get request to /greet/name where name is any single word string.
* It should also respond to a get request to /greet/name where name is any single word string.
* It should send back a string that greets that name.
* It should also have a separate post request to /greet that takes the name in JSON format.
* There should be tests using chaiHTTP for both routes, as well as a gulpfile/package.json
* You should have an html page that describes the routes implemented by the api available at the root of the server


Rubric:
* Tests: 4pts
* Routes: 4pts
* Organization and gulpfile/package.json 2pts

33 changes: 0 additions & 33 deletions ansoo_chang/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions ansoo_chang/lib/server.js

This file was deleted.

22 changes: 0 additions & 22 deletions ansoo_chang/package.json

This file was deleted.

12 changes: 0 additions & 12 deletions ansoo_chang/public/index.html

This file was deleted.

15 changes: 0 additions & 15 deletions ansoo_chang/public/time.html

This file was deleted.

52 changes: 0 additions & 52 deletions ansoo_chang/server.js

This file was deleted.

25 changes: 0 additions & 25 deletions ansoo_chang/test/server_test.js

This file was deleted.

16 changes: 0 additions & 16 deletions craig_campbell/gulpfile.js

This file was deleted.

3 changes: 0 additions & 3 deletions craig_campbell/index.js

This file was deleted.

64 changes: 0 additions & 64 deletions craig_campbell/lib/dateinfo.js

This file was deleted.

Loading