Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satzrp/mern-full-stack
MERN full stack demo application
https://github.com/satzrp/mern-full-stack
Last synced: 6 days ago
JSON representation
MERN full stack demo application
- Host: GitHub
- URL: https://github.com/satzrp/mern-full-stack
- Owner: satzrp
- Created: 2021-11-22T05:28:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T05:29:18.000Z (almost 3 years ago)
- Last Synced: 2023-11-28T08:26:00.681Z (12 months ago)
- Language: JavaScript
- Size: 405 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# MERN Assignment
## Technical Stack
- MongoDb - Document Database
- Express - NodeJs web framework
- ReactJs - Front end UI library
- NodeJs - Javascript Runtime
- Docker - Containerization Tool
- Nginx - Web Server + Reverse Proxy## Microservices
- auth-service - provides api for login, register and token verification
- user-services - provides api for managing users
- frontend - React front end web UI### Command to run the application
```sh
docker compose up -d# to check the logs
docker compose logs
```