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
- Host: GitHub
- URL: https://github.com/thoughtscript/mearn_2024
- Owner: Thoughtscript
- Created: 2024-05-07T00:51:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T19:58:13.000Z (about 1 year ago)
- Last Synced: 2025-02-13T14:38:06.127Z (11 months ago)
- Topics: angular, docker, docker-compose, express, mongo, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEARN_2024
[](https://react.dev/) [](https://nodejs.org/en/) [](https://angular.io/) [](https://www.docker.com/) [](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