___ _________ ________
|\ \|\___ ___\\ ____\
\ \ \|___ \ \_\ \ \___|
\ \ \ \ \ \ \ \ \
\ \ \ \ \ \ \ \ \____
\ \__\ \ \__\ \ \_______\
\|__| \|__| \|_______|
This is a Fibonacci server, implement in Node.js
Clone the repo (all commands are in the terminal in linux/mac or cmd in windows)
> git clone https://github.com/israeltechchallenge/fibonacci-server
Then enter to the created folder
> cd fibonacci-server
Install the required dependencies with npm (make sure you have Node.js installed, npm comes with that)
> npm install
Then you can run the server
> node app.js
You should see something like this:
App listening on port 5050
Press Ctrl+C to quit.