This is a MEVN stack boilerplate that contains MySQL, ExpressJS, Vue 3, NodeJS. Additionally, you can find Tailwindcss (A utility-first CSS framework packed with classes), and Pinia (The intuitive store for Vue.js) 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 authentication.
Open Source ❤
You should create a .env file in the server folder.
DATABASE_URL="mysql://root:@localhost:3306/test"
API_PREFIX="/api/v1.0.0/"
AUTH_SECRET="KvKiA2mMjxGO25Diiibz"
PORT=3000
-
cd backend -
npm install -
npm start -
cd frontend -
npm install -
npm run dev
⭐ Star my GitHub repo
🛠 Create pull requests, submit bugs, suggest new features or updates