/calculator-JS-MongoDB

a scientific Calc which stores previous data in mongo db

Primary LanguageJavaScript

Scientific Caclulator

image

  • stores history in backend (MongoDB)
  • AC to delete all the data in database
  • < > previous/next values

Installation

Front-End

  • Run index.html

Back-End

  • run terminal
  • Enter cd calulator-backend then npm install
  • Enter npm start

Dependencies

  • Tostify
  • dotENV
  • Expressjs
  • MongoDB
  • Mongoose
  • CORS