Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 555 Bytes

Readme.md

File metadata and controls

39 lines (37 loc) · 555 Bytes

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