___ _________ ________
|\ \|\___ ___\\ ____\
\ \ \|___ \ \_\ \ \___|
\ \ \ \ \ \ \ \ \
\ \ \ \ \ \ \ \ \____
\ \__\ \ \__\ \ \_______\
\|__| \|__| \|_______|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-serverThen enter to the created folder
> cd fibonacci-serverInstall the required dependencies with npm (make sure you have Node.js installed, npm comes with that)
> npm installThen you can run the server
> node app.jsYou should see something like this:
App listening on port 5050
Press Ctrl+C to quit.