Skip to content

vladimirsave/fibonacci-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 ___  _________  ________     
|\  \|\___   ___\\   ____\    
\ \  \|___ \  \_\ \  \___|    
 \ \  \   \ \  \ \ \  \       
  \ \  \   \ \  \ \ \  \____  
   \ \__\   \ \__\ \ \_______\
    \|__|    \|__|  \|_______|

Fibonacci Server

This is a Fibonacci server, implement in Node.js

Installation

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

Running The Server Locally

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.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%