Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am kay-zee on github.
  • I am kayzee (https://keybase.io/kayzee) on keybase.
  • I have a public key ASDSSmFW0mTKCWSzPQN70fPO8hau9kwFF2nxnEbORvmS1Qo

To claim this, I am signing this object:

@Kay-Zee
Kay-Zee / Assignment.md
Last active August 29, 2015 14:22
Assignment_FS_Comment_System

Please feel free to ask us questions.

Either you will be provided a Github repo or please create your own, named BE_comments_<YOUR_NAME>, download this gist and include the files to the repo. Create a README.md file with simple instructions to run it.

The focus of this assignment is on the back end (or server side) with a small portion of front end. We will be looking specifically for good practices and your development process.

It is recommended to use Node.js with either Express.js or Koa.js as frameworks. Alternatively, feel free to use GoLang.

Also, use MongoDB or Postgres for this assignment. All the languages refered have libraries and drivers for these DBs.

@Kay-Zee
Kay-Zee / Assignment.md
Last active August 29, 2015 14:20
Assignment_BE_Comment_System

Please feel free to ask us questions.

Either you will be provided a Github repo or please create your own, named BE_comments_<YOUR_NAME>, download this gist and include the files to the repo. Create a README.md file with simple instructions to run it.

The focus of this assignment is on the web back end (or server side). We will be looking specifically for good practices and your development process.

You are not supposed to solve this problem with the tools you have most skill at, rather it is recommended to use Node.js with either Express.js or Koa.js as frameworks. Alternatively, feel free to use GoLang.

Also, use MongoDB or Postgres for this assignment. All the languages refered have libraries and drivers for these DBs.