Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/puskar-roy/realtime-collaborative-editor--backend

About This Is a Real Time Collaborative Code Editor Built in MERN stack with Socket.io and nodemailer.
https://github.com/puskar-roy/realtime-collaborative-editor--backend

expressjs mongodb mongoose nodejs nodemailer-smtp-transport typescript

Last synced: 1 day ago
JSON representation

About This Is a Real Time Collaborative Code Editor Built in MERN stack with Socket.io and nodemailer.

Awesome Lists containing this project

README

        

### Backend
```bash
https://github.com/Puskar-Roy/Realtime-Collaborative-Editor--Backend
```

### Add Env

```bash
PORT=8080
MONGOURI=

JWT_SECRET="itsyourjwtsecrentusesomethingbigtoprotectyourjwtauthentication"
JWT_COOKIE_EXPIRES_IN="3d"
DEV_MODE=DEV
EMAIL
PASSWORD=
BACKENDURL=http://localhost:8080
FRONTENDURL=http://localhost:5173
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=

```