https://github.com/benjaminsemah/timestamp-microservice
https://github.com/benjaminsemah/timestamp-microservice
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjaminsemah/timestamp-microservice
- Owner: BenjaminSemah
- Created: 2022-11-08T17:04:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T09:00:40.000Z (over 3 years ago)
- Last Synced: 2025-02-02T06:25:25.463Z (over 1 year ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Timestamp Microservice
> This projects is part of the [freeCodeCamp Backend curriculum](https://www.freecodecamp.org/learn/back-end-development-and-apis/#back-end-development-and-apis-projects).
>
>The Timestamp Microservice is the first of five final projects.
>
## App Screenshot (with example output)

## Live Demo
- [Link to Live Version](https://timestamp-microservice-4a5y.onrender.com/)
## Built With
- Major languages (HTML, CSS, JavaScript)
- Frameworks / Libraries
```bash
- Node.js
- Express.js
```
- Technologies used
``` bash
- Git(version control)
- ESLint(JavaScript linting)
- VSCode(IDE)
```
## Getting Started
To get a local copy up and running follow these simple example steps.
### Install
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/)
### Clone this repository
```bash
$ git@github.com:BenjaminSemah/timestamp-microservice.git
$ cd timestamp-microservice
```
### Run project
```bash
$ npm install
$ npm start
```
### Open page in browser
```bash
$ runs on http://localhost:3000/
```
## Author
👤 **Benjamin Semah**
- GitHub: [Benjamin Semah](https://github.com/BenjaminSemah)
- Twitter: [Benjamin Semah](https://twitter.com/BenjaminSemah)
- LinkedIn: [Benjamin Semah](https://www.linkedin.com/in/benjaminsemah)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/BenjaminSemah/timestamp-microservice/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](https://opensource.org/licenses/MIT) licensed.