Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aryanj-nyc/fcc-timestamp-microservice

Code that corresponds with my Timestamp Microservice YouTube tutorial.
https://github.com/aryanj-nyc/fcc-timestamp-microservice

Last synced: about 6 hours ago
JSON representation

Code that corresponds with my Timestamp Microservice YouTube tutorial.

Awesome Lists containing this project

README

        

# Timestamp Microservice

## Tutorial

This repository corresponds with my [YouTube tutorial](https://www.youtube.com/watch?v=Xk2uJTSrdU4) detailing how to create the timestamp microservice.

## Running Microservice

- `npm install`
- `npm run dev`
- Visit [http://localhost:8000/](http://localhost:8000/)