niki4810 / node-proxy

A simple proxy server in node with logging and cli
0 stars 0 forks source link

[Node.js Bootcamp] : Project 0 : Proxy server - Ready for review #1

Open niki4810 opened 9 years ago

niki4810 commented 9 years ago

My app is complete.

Submission checklist

✅ Successfully echo requests made to the echo server ✅ Successfully proxy requests made to the proxy server ✅ include a CLI as described above ✅ Logging request to stdout or save it properly to a file when the log argument is given ✅ Successfully push your code to github ✅ Add a README which includes a GIF walkthrough of the app's functionality ✅ create an issue on the repo

Extra: ✅ Used chalk package to add colors to log statements ✅ Add documentation flags support, temporarily checked in code to this branch: chore-adding-documentation-to-args

//cc @codepathreview @codepath

codepathreview commented 9 years ago

Looks good! Hope you found this first project useful as a brief introduction or review of Node.js.

This was intended in part to give you a flavor for the general rhythm of this course. The course is entirely project based with an app being assigned each week and then due the following week. Each project builds on the last to help each engineer to learn all practical Android development and best practices as quickly as possible. We also do a code review for each submitted project once the bootcamp starts.

The next step is to continue working on extensions to your Node.js server. We will be confirming with you soon if you are going to be a part of the first Node.js bootcamp at Walmart Labs. Please email us at nodejs@codepath.com if you have any questions!