https://github.com/thomas465xd/mern-express-backend-app-template
MERN Express + TypeScript Backend Template App to start working easily in a brand new project ⬇️🚀
https://github.com/thomas465xd/mern-express-backend-app-template
backend docker express git mongodb mvc node template
Last synced: 3 months ago
JSON representation
MERN Express + TypeScript Backend Template App to start working easily in a brand new project ⬇️🚀
- Host: GitHub
- URL: https://github.com/thomas465xd/mern-express-backend-app-template
- Owner: Thomas465xd
- Created: 2025-05-25T13:57:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-26T23:40:48.000Z (about 1 year ago)
- Last Synced: 2025-05-27T00:28:42.975Z (about 1 year ago)
- Topics: backend, docker, express, git, mongodb, mvc, node, template
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN Express Backend App Template ⚡
**Important:** add this environment variables
```env
DATABASE_URL=mongodb+srv://mongodb.net/db-name
FRONTEND_URL=http://localhost:5173
BACKEND_URL=http://localhost:4000
SMPT_HOST=sandbox.smtp.mailtrap.io
SMPT_PORT=2525
SMPT_USER=
SMPT_PASSWORD=
RESEND_API_KEY=
JWT_SECRET=
ADMIN_SECRET=
CONFIRMATION_SECRET=
PASSWORD_RESET_SECRET=
ADMIN_EMAIL=
NOREPLY_EMAIL=
CONTACT_EMAIL=
```