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

https://github.com/thoughtscript/mearn_2024

Mongo Express Angular React Node
https://github.com/thoughtscript/mearn_2024

angular docker docker-compose express mongo nodejs react

Last synced: 7 months ago
JSON representation

Mongo Express Angular React Node

Awesome Lists containing this project

README

          

# MEARN_2024

[![](https://img.shields.io/badge/React-18.2.0-orange.svg)](https://react.dev/) [![](https://img.shields.io/badge/Node.js-23.11.1-yellowgreen.svg)](https://nodejs.org/en/) [![](https://img.shields.io/badge/Angular-v15-1976d2.svg)](https://angular.io/) [![](https://img.shields.io/badge/Docker-blue.svg)](https://www.docker.com/) [![](https://img.shields.io/badge/Mongo-db-green.svg)](https://www.mongodb.com/)

Mongo, Express, Node, Angular, and React.

## Use

```bash
docker-compose up

# If using Docker Compose Engine V2:
docker compose up
```

## Endpoints

1. GET https://localhost:8888/api/event/6685f8f76dd0250b4e863266
2. GET https://localhost:8888/api/events
3. DELETE https://localhost:8888/api/6685f8f76dd0250b4e863266
4. PUT https://localhost:8888/api/6685f8f76dd0250b4e863266
5. POST https://localhost:8888/api/event
6. POST https://localhost:8888/api/cmd - experimenting with delegated Server Workers
7. http://localhost:4200
8. http://localhost:1234

## Resources and Links

1. https://www.mongodb.com/docs/drivers/node/current/usage-examples/findOne/
2. https://www.mongodb.com/docs/v6.0/core/sharding-shard-key/#std-label-sharding-shard-key
3. https://dev.to/prestonvasquez/dockerizing-a-mongodb-replica-set-with-tlsssl-20e2