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

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 ⬇️🚀

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=
```