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

https://github.com/benjaminsemah/timestamp-microservice


https://github.com/benjaminsemah/timestamp-microservice

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Timestamp-Microservice-yellow)

# 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)
![](./appScreenshot.PNG)

## 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.