Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aryanj-nyc/fcc-timestamp-microservice
- Owner: AryanJ-NYC
- Created: 2019-03-10T15:29:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T15:18:23.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T20:28:41.082Z (over 1 year ago)
- Language: HTML
- Homepage: https://www.youtube.com/watch?v=Xk2uJTSrdU4
- Size: 149 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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/)