Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iamtheritikraj/kalvium-backend-task

Building a server that responds to mathematical operations sent via URL. It also maintains a history of the last 20 operations performed on the server.
https://github.com/iamtheritikraj/kalvium-backend-task

Last synced: about 1 month ago
JSON representation

Building a server that responds to mathematical operations sent via URL. It also maintains a history of the last 20 operations performed on the server.

Awesome Lists containing this project

README

        

# Kalvium-Backend-Task
Building a server that responds to mathematical operations sent via URL. It also maintains a history of the last 20 operations performed on the server.



Follow the Given Rules to perform the operation.



Example: http://localhost:3000/5/plus/2



Methods to write Expression:




  • plus: +

  • minus: -

  • by: /

  • into: *

  • mod: %



package.json files contain the packages used in the project.
Do npm install to install required packages directly.