Skip to content

swapnilUI/Arabic_to_roman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arabic to roman

This application is to convert user entered number into Roman number.

Also, it will first populate list of priviously converted numbers.

This application required to install NodeJs, mongodb(or online tool like mlab).

Steps to run this application locally.

by assumed you have installed NodeJs and MongoDB

  1. Download source code.
  2. Open command prompt and select source code location.
  3. Run npm command 'npm install'.
  4. Create database locally or using mlab.
  5. set database name in config.js
  6. Run npm command 'npm start'

Releases

No releases published

Packages

No packages published