Skip to content

master-bogdan/timestamp-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📂 TIMESTAMP MICROSERVICE - DEMO

Simple nodejs app for translate timestamp to UTC time and date to timestamp

Technologies used

  • NodeJS
  • ExpressJS
  • Nodemon
  • ejs
  • deployed on Heroku

How to run

  • clone project git clone https://github.com/master-bogdan/timestamp-microservice.git
  • enter in terminal cd /timestamp-microservice
  • intall dependencies npm install or yarn install
  • run app with npm run start or yarn run start

Inspired by freecodecamp.org chalenges
Thanks for your time! 😊