Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iamtheritikraj/kalvium-backend-task
- Owner: iamtheritikraj
- Created: 2023-08-25T18:17:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-27T07:51:57.000Z (over 1 year ago)
- Last Synced: 2023-08-27T08:51:34.066Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.csv
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.