Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonathanconway/exercise-mi9

Exercise I did for mi9 (which passed).
https://github.com/jonathanconway/exercise-mi9

Last synced: about 12 hours ago
JSON representation

Exercise I did for mi9 (which passed).

Awesome Lists containing this project

README

        

mi9 Coding Challenge Solution
=============================

Installation
------------

1. Install pre-requisites: `node`, `npm`

2. Clone the solution

`git clone https://github.com/jonathanconway/mi9-coding-challenge-jonathan`

3. Install `express`, etc.

`sudo npm install`

4. Start the server

`sudo node server`