Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jvitoralb/microservices-my-lab


https://github.com/jvitoralb/microservices-my-lab

Last synced: about 1 month ago
JSON representation

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/)!