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

https://github.com/blckclov3r/mern-dev

This is a complete web app made with the MERN stack: MongoDB, Express, React, and Node.js. It uses Next.js and Docker, runs multiple processes with Concurrently, handles authentication with JWT, and has a user-friendly interface thanks to MUI (Material-UI).
https://github.com/blckclov3r/mern-dev

authentication concurrently docker express expressjs jwt mern mern-authentication mern-project mern-stack muiv5 next13 nextjs nodejs react-hook-form react-typescript reactjs swr typescript

Last synced: about 2 months ago
JSON representation

This is a complete web app made with the MERN stack: MongoDB, Express, React, and Node.js. It uses Next.js and Docker, runs multiple processes with Concurrently, handles authentication with JWT, and has a user-friendly interface thanks to MUI (Material-UI).

Awesome Lists containing this project

README

          

# MERN-dev
This is a full-stack web application that is built using the MERN stack, which includes MongoDB, Express, React, and Node.js. It also utilizes Next.js, Docker for containerization, Concurrently for running multiple processes, JWT for authentication, and MUI (Material-UI) for the user interface.

## How to run
To run the program, please follow these steps:
1. Change the MONGO_URI in the .env file.
2. Run "yarn installer".
3. Run "yarn dev".


To run Docker, please enter the following command in the terminal: 'docker-compose up -d'. \
This command will start the Docker containers in detached mode.
```
docker-compose up -d
```
## Images
![test0](https://user-images.githubusercontent.com/43292234/236148350-6fa23f73-777a-4426-854b-a02ebc52fdc4.PNG)
![test1](https://user-images.githubusercontent.com/43292234/236148382-18cb3744-6f97-4fef-90db-24184db8ba07.png)
![test5](https://user-images.githubusercontent.com/43292234/236148407-41d8270b-713e-4918-a6f5-c77f5a6d0fd4.PNG)
![test4](https://user-images.githubusercontent.com/43292234/236148412-cdd2ae52-ed98-4620-a3e4-703edbe7e4ae.PNG)
![test3](https://user-images.githubusercontent.com/43292234/236148415-faaffa6c-241d-4279-871a-58c358f1bfd3.PNG)
![test2](https://user-images.githubusercontent.com/43292234/236148419-5bc02ac7-4b37-4775-b55e-e6bb814fe5f6.PNG)