Skip to content

Tanayk7/CurrencyConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter app using ExpressJS

Components

Backend - ExpressJS Frontend - PUG (templating language)

How to run

  • Clone repo
  • run - npm install (install dependencies)
  • run - touch .env (to create a .env file)
  • Add the following in .env file
    EMAIL_USERNAME='add gmail username (email)'
    EMAIL_PASSWORD='add gmail password'
  • run - npm start
  • Open localhost:5000

About

Simple currency converter app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published