Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvitoralb/microservices-my-lab
https://github.com/jvitoralb/microservices-my-lab
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jvitoralb/microservices-my-lab
- Owner: jvitoralb
- Created: 2023-01-25T18:58:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T19:06:32.000Z (over 1 year ago)
- Last Synced: 2024-11-11T11:47:41.659Z (3 months ago)
- Language: JavaScript
- Size: 768 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microservices App
This project is a microservices app, part of the freeCodeCamp Back End Development and APIs curriculum.
These are the 5 projects:
- [Timestamp](https://github.com/jvitoralb/microservices-apis-app/blob/main/backend/routes/timestamp.js)
- [Request Header Parser](https://github.com/jvitoralb/microservices-apis-app/blob/main/backend/routes/headerParser.js)
- [URL Shortener](https://github.com/jvitoralb/microservices-apis-app/blob/main/backend/routes/urlShorterner.js)
- [Exercise Tracker](https://github.com/jvitoralb/microservices-apis-app/blob/main/backend/routes/exerciseTracker.js)
- [File Metadata](https://github.com/jvitoralb/microservices-apis-app/blob/main/backend/routes/fileMetadata.js)### [Back end](https://github.com/jvitoralb/microservices-apis-app/tree/main/backend)
To build the back end it was used Nodejs and Express. MongoDB and Mongoose for the database.### [Front end](https://github.com/jvitoralb/microservices-apis-app/tree/main/frontend)
The main goal was to practice Back End Development and APIs. So the front end is pretty basic, done only with HTML and CSS.[Live Project](https://micro-service-app.onrender.com/)!