Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```