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).
- Host: GitHub
- URL: https://github.com/blckclov3r/mern-dev
- Owner: blckclov3r
- License: mit
- Created: 2023-05-04T08:10:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T14:34:48.000Z (over 2 years ago)
- Last Synced: 2025-04-03T04:41:12.142Z (6 months ago)
- Topics: 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
- Language: TypeScript
- Homepage:
- Size: 211 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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





