Skip to content
/ merv-template Public template

A simple docker-ready MERV template to start building your app

Notifications You must be signed in to change notification settings

LuisHCK/merv-template

Repository files navigation

🚀 MERV Template: MongoDB + Express + React + Vite 🪶

Welcome to the MERV Template, your all-in-one toolkit for crafting web applications with MongoDB, Express, React, and Vite. 🎨✨

✨ Features:

  • 🐳 Docker and docker-compose ready! Simplify your deployment process effortlessly.
  • 🍃 MongoDB + Mongoose: Your robust database solution, waiting to store your data.
  • ⚛️ React: Craft beautiful, dynamic user interfaces with ease.
  • 🌐 React Router: Seamlessly navigate through your application and keep your users engaged.
  • 🔐 Basic JWT Authentication: Protect your precious data with secure JSON Web Tokens.
  • 🏰 Monolithic Architecture: Streamline your development process with an all-in-one approach, perfect for small to medium-sized projects.

🚀 How to Get Started:

Using Docker:

👉 Just execute the magic command:

docker compose up

Manual Setup:

Follow these steps to set up your project manually:

  1. 🧙‍♂️ Install Node.js 18 or a superior version (we recommend using nvm for easy version management).
  2. 📦 Install MongoDB to house your data.
  3. 🚀 Execute the following commands:
npm install
npm run dev

Now, you're all set to embark on your development journey with the MERV Template! 🚀🌟

About

A simple docker-ready MERV template to start building your app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published