Skip to content

Commit

Permalink
Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvraajsj18 committed Apr 30, 2024
1 parent 4d3fa22 commit e86d51f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ This repository contains a microservices-based application demonstrating the int

- `server.js`: Each service directory contains a `server.js` which is the entry point for that service, defining APIs and connecting to the database.
- `Dockerfile`: Used to build Docker images for each service.
- `model.js`: Defines Mongoose schemas for the MongoDB collections used by each service.

## Key Endpoints

Expand Down Expand Up @@ -83,6 +82,3 @@ If you prefer to build the application from scratch rather than cloning, follow
- **Endpoint failures**: Verify that all routes are correctly implemented and tested. Check server logs for detailed error messages.
- **Configuration errors in Docker Compose**: Ensure that ports, volumes, and dependency definitions are correct.

## Conclusion

This guide provides a fundamental setup for a microservices architecture using Docker, Node.js, MongoDB, OpenTelemetry, and SigNoz. It is designed to help developers understand the basics of building and observing microservices in a containerized environment.

0 comments on commit e86d51f

Please sign in to comment.