Coder Social home page Coder Social logo

mustafacagri / mevn-boilerplate Goto Github PK

View Code? Open in Web Editor NEW
118.0 4.0 25.0 4.04 MB

⭐️ the most comprehensive mevn stack boilerplate. ⭐️ mongodb - express - vue 3 (admin dashboard) - nodejs - nuxt 3 (client) boilerplate (pinia, tiptap, slug, vuetify and vuexy and more...) 🎉

JavaScript 37.97% HTML 0.41% CSS 1.12% Vue 46.92% SCSS 13.57%
boilerplate boilerplate-front-end express-api expressjs mevn nodejs vue vue3 vue3-admin vuetify

mevn-boilerplate's Introduction

❤️ MEVN Stack Boilerplate

✨ Mongodb, ExpressJS, Vue 3, Node

This is a MEVN stack boilerplate that contains Mongodb, ExpressJS, Vue 3, NodeJS. Additionally, you can find Nuxt3, TipTap (Headless WYSIWYG Text Editor), Vuetify (A Material Design Framework for Vue.js), and Vuexy (Admin dashboard with Vue 3) in this repo. This repo aims to be most comprehensive mevn stack boilerplate. Thus, please do not hesitate to contribute to this repo with comments or PRs.

I have started to create this repo as an admin dashboard. Now, there is a client side for this repo with Nuxt 3.

Open Source ❤

 ☝️ .env file in the server folder

You should create a .env file in the server folder.

NODE_ENV = development
DB_URL = YourMongoDBURL
API_PREFIX = /api/v1.0.0/
AUTH_SECRET = YourSecretStringForAPILike-----KvKiA2mMjxGO25Diiibz
API_PORT = 3000

CLIENT_URL = http://localhost:3001/

NODEMAILER_HOST = YourMailServer
NODEMAILER_PORT = 465
NODEMAILER_SECURE = true
NODEMAILER_SENDERNAME = YourName
NODEMAILER_USER = YourMailAddress
NODEMAILER_PASS = YourPassword

 ☝️ .env file in the admin folder

You should create a .env file in the admin folder.

VITE_API_ENDPOINT=http://localhost:3000/api/v1.0.0/
VITE_API_DOMAIN=http://localhost:3000/

 ☝️ .env file in the client folder

You should create a .env file in the client folder.

VITE_API_ENDPOINT=http://localhost:3000/api/v1.0.0/
VITE_API_ENDPOINTHOST=http://localhost:3000/

🛠️ How?

  • cd server

  • yarn install

  • nodemon server.js

  • cd admin

  • yarn install

  • yarn dev

  • cd client

  • yarn install

  • yarn dev

How can run the server and UI together

yarn start

That's all. It will run these scripts => (cd server; yarn dev;) & (cd admin; yarn dev) & (cd client; yarn dev) parallelly.

How can I support?

⭐ Star my GitHub repo

🛠 Create pull requests, submit bugs, suggest new features or updates

📰 Blog Post

📷 Screenshots

Untitled.mp4

The video has been added on September 24, 2023

MEVN Stack Boilerplate Admin Dashboard Vuetify Vuexy

MEVN Boilerplate Create Post

MEVN Stack Boilerplate Data Table

MEVN Stack Boilerplate Fetch Data From Express.js

MEVN Boilerplate MongoDB Express Vuetify Vue 3 Nuxt 3 Vuexy

MEVN Boilerplate TipTap Text Editor Vue 3

MEVN Stack Boilerplate Vue 3 Nuxt 3 Admin Dashboard

📷 Screenshots - Client

MEVN Stack Boilerplate - Client Nuxt 3

mevn client nuxt3 membership & support ticket

  • Sign in / up functionality has been added to the client!
  • A support ticket system has been added to the client!

mevn-boilerplate's People

Contributors

dependabot[bot] avatar mustafacagri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mevn-boilerplate's Issues

Todo feature for the users

The users will able to create their own todo and admins will also be able to manipulate them.

Environments

  • Client
  • Admin
  • Server

Another barebones boilerplate will be really helpful

First of all, thanks for your efforts.

  • This boilerplate is a little complex for someone who is just getting started.
  • It would be greatly appreciated if you could create another boilerplate with very basic Nuxt 3 and Express+MongoDB code to connect the client and server sides.
  • Then this (current) boilerplate could be used as a reference for further development.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.