Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/puskar-roy/realtime-collaborative-editor--backend
- Owner: Puskar-Roy
- Created: 2024-04-07T18:27:51.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-26T17:53:13.000Z (7 months ago)
- Last Synced: 2024-04-28T04:28:38.282Z (7 months ago)
- Topics: expressjs, mongodb, mongoose, nodejs, nodemailer-smtp-transport, typescript
- Language: TypeScript
- Homepage: https://realtimecollaborativeeditorbackend.vercel.app
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
PASSWORD=
BACKENDURL=http://localhost:8080
FRONTENDURL=http://localhost:5173
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=```