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.
- Host: GitHub
- URL: https://github.com/javitocor/api-and-microservices
- Owner: javitocor
- License: mit
- Created: 2020-11-05T16:14:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-05T16:28:29.000Z (over 5 years ago)
- Last Synced: 2025-01-25T17:12:49.259Z (over 1 year ago)
- Topics: cors, dotenv, expressjs, javascript, microservices, mongodb, mongoosejs, multer, nodemon
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]

# 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