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

https://github.com/javitocor/api-and-microservices

5 Different projects to practice using Expressjs and other libraries.
https://github.com/javitocor/api-and-microservices

cors dotenv expressjs javascript microservices mongodb mongoosejs multer nodemon

Last synced: 2 months ago
JSON representation

5 Different projects to practice using Expressjs and other libraries.

Awesome Lists containing this project

README

          

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
![Hireable](https://cdn.rawgit.com/hiendv/hireable/master/styles/default/yes.svg)

# APIs and Microservices

> 5 Different projects to practice using Expressjs and other libraries.
> - Timestamp Microservice: You can jump from unix timestamp to UTC timestamp
> - Request Header Parser Microservice: You can get all the information you send in your headers
> - URL Shortener Microservice: Add an URL to the database and you will get a shorter URL pointing to the same address
> - Exercise Tracker: Keep track of all your exercise routine
> - File Metadata Microservice: Get all the information when you load a file

Additional description about the project and its features.

## Built With

- JAVASCRIPT
- EXPRESSJS
- NODE
- MONGOOSE
- NODEMON
- CORS
- MULTER
- DOTENV
- ESLINT
- VSCODE

### Usage
To have this app on your pc, you need to:
* [download](https://github.com/javitocor/API-and-Microservices/archive/development.zip) or clone this repo:
- Clone with SSH:
```
git@github.com:javitocor/API-and-Microservices.git
```
- Clone with HTTPS
```
https://github.com/javitocor/API-and-Microservices.git
```

* Access each folder from your terminal and run `node server.js`. Open `localhost:3000` in your browser.

## Authors

👤 **Javier Oriol Correas Sanchez Cuesta**

- Github: [@javitocor](https://github.com/javitocor)
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4)
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the [issues page](https://github.com/javitocor/API-and-Microservices/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments 🚀

- FreeCodeCamp
- Expressjs Docs

## 📝 License

This project is [MIT](lic.url) licensed.

[contributors-shield]: https://img.shields.io/github/contributors/javitocor/API-and-Microservices.svg?style=flat-square
[contributors-url]: https://github.com/javitocor/API-and-Microservices/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/javitocor/API-and-Microservices.svg?style=flat-square
[forks-url]: https://github.com/javitocor/API-and-Microservices/network/members
[stars-shield]: https://img.shields.io/github/stars/javitocor/API-and-Microservices.svg?style=flat-square
[stars-url]: https://github.com/javitocor/API-and-Microservices/stargazers
[issues-shield]: https://img.shields.io/github/issues/javitocor/API-and-Microservices.svg?style=flat-square
[issues-url]: https://github.com/javitocor/API-and-Microservices/issues