A simple REST API created using Node.js and Express.js framework, to generate Fibonacci sequences
- Clone this repository
npm install
to install all required dependenciesnpm start
to start the local server
- Node.js
https://nodejs.org/en/
- Docker (Optional)
https://docs.docker.com/get-docker/
Run the following command in the root directory of the project
docker build --tag yourusername/repository-name .
For example:
docker build --tag simkailong/fibonacci .
docker run -p 8000:8000 -d yourusername/repository-name
For example:
docker run -p 8000:8000 -d simkailong/fibonacci
- Expressjs - The server for handling and routing HTTP requests
- SIM Kai Long (https://github.com/SimKaiLong)
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details