All Projects → anaida07 → Mevn Boilerplate

anaida07 / Mevn Boilerplate

A fullstack boilerplate with Mongo, ExpressJS, VueJS and NodeJS.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mevn Boilerplate

Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+355.23%)
Mutual labels:  mongoose, mongodb, expressjs, full-stack, boilerplate
react-full-stack-starter
🎈Full-stack React boilerplate using `create-react-app`, Babel, Node.js, and express
Stars: ✭ 22 (-92.06%)
Mutual labels:  mongoose, expressjs, full-stack, fullstack
Mern Boilerplate
Fullstack boilerplate with React, Redux, Express, Mongoose, Passport Local, JWT, Facebook and Google OAuth out of the box.
Stars: ✭ 112 (-59.57%)
Mutual labels:  mongoose, mongodb, fullstack, boilerplate
Mern
🌐 MERN stack 2.0 - MongoDB, Express, React/Redux, Node
Stars: ✭ 175 (-36.82%)
Mutual labels:  mongodb, expressjs, fullstack, boilerplate
Builderbook
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Stars: ✭ 3,015 (+988.45%)
Mutual labels:  mongoose, mongodb, expressjs, boilerplate
Mevn Stack
A Quickstart for building an Express API with a VueJS Admin Portal
Stars: ✭ 178 (-35.74%)
Mutual labels:  mongodb, expressjs, full-stack, boilerplate
Nodejs Rest Api Project Structure Express
Nodejs project structure practices for building RESTful APIs using Express framework and MongoDB.
Stars: ✭ 134 (-51.62%)
Mutual labels:  mongoose, mongodb, expressjs
Koa Restful Boilerplate
Koa 2 RESTful API boilerplate
Stars: ✭ 146 (-47.29%)
Mutual labels:  mongoose, mongodb, boilerplate
Amazona
Build Ecommerce Like Amazon By MERN Stack
Stars: ✭ 152 (-45.13%)
Mutual labels:  mongoose, mongodb, expressjs
Express Es6 Starter
Starter project for creating a MVC express server with MongoDB
Stars: ✭ 178 (-35.74%)
Mutual labels:  mongoose, mongodb, expressjs
Lad
👦 Lad is the best Node.js framework. Made by a former Express TC and Koa team member.
Stars: ✭ 2,112 (+662.45%)
Mutual labels:  mongoose, mongodb, boilerplate
Node Rem
Node REM - NodeJS Rest Express MongoDB and more: typescript, passport, JWT, socket.io, HTTPS, HTTP2, async/await, nodemailer, templates, pagination, docker, etc. Live Demo: https://node-rem-ngduc.vercel.app
Stars: ✭ 192 (-30.69%)
Mutual labels:  mongoose, mongodb, boilerplate
Koa Vue Fullstack
A lightweight boilerplate for a universal webapp based on koa, mongodb, node, vue, and webpack
Stars: ✭ 126 (-54.51%)
Mutual labels:  mongoose, mongodb, boilerplate
Rest
REST API generator with Node.js, Express and Mongoose
Stars: ✭ 1,663 (+500.36%)
Mutual labels:  mongoose, mongodb, boilerplate
mean-stack
MEAN stack Mongoose, Express, Angular6, Node
Stars: ✭ 22 (-92.06%)
Mutual labels:  mongoose, expressjs, fullstack
Express Rest Boilerplate
⌛️ Express starter for building RESTful APIs
Stars: ✭ 1,794 (+547.65%)
Mutual labels:  mongoose, mongodb, boilerplate
Saas
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
Stars: ✭ 2,720 (+881.95%)
Mutual labels:  mongoose, mongodb, boilerplate
Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (-21.3%)
Mutual labels:  mongoose, mongodb, expressjs
Express Mongoose Es6 Rest Api
💥 A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with code coverage and JsonWebToken Authentication
Stars: ✭ 2,811 (+914.8%)
Mutual labels:  mongoose, mongodb, boilerplate
Nodejs Backend Architecture Typescript
Node.js Backend Architecture Typescript - Learn to build a backend server for Blogging platform like Medium, FreeCodeCamp, MindOrks, AfterAcademy - Learn to write unit and integration tests - Learn to use Docker image - Open-Source Project By AfterAcademy
Stars: ✭ 1,292 (+366.43%)
Mutual labels:  mongoose, mongodb, expressjs

MEVN-boilerplate

A fullstack boilerplate with Mongo, ExpressJS, VueJS and NodeJS.

                 

A skeleton generated with MEVN stack technologies which can be used as a boilerplate for anyone who is starting out. It contains a client template(VueJS) and a server template(NodeJS, ExpressJS) and a connection between them via an API layer.

Setup Development Machine

  1. Clone the repo git clone [email protected]:anaida07/MEVN-boilerplate.git

  2. cd MEVN-boilerplate

  3. Open client

cd client
npm run dev
  1. Open server
cd server
npm start
  1. Open http://localhost:8080 in browser
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].