All Projects → WaftTech → Waftengine

WaftTech / Waftengine

Licence: mit
MERN Stack Engine

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Waftengine

Isomorphic Redux Cnode
😊👻基于react->express->mongo技术栈的同构SPA
Stars: ✭ 123 (-2.38%)
Mutual labels:  mongoose, mongodb
Nest Cnode
CNode 社区 Nest 版本 https://cnodejs.org/
Stars: ✭ 125 (-0.79%)
Mutual labels:  mongoose, mongodb
Node Typescript Mongodb
node js typescript mongodb express generator yo
Stars: ✭ 96 (-23.81%)
Mutual labels:  mongoose, mongodb
Rest
REST API generator with Node.js, Express and Mongoose
Stars: ✭ 1,663 (+1219.84%)
Mutual labels:  mongoose, mongodb
Apollo2 Subscriptions How To
Apollo Server 2 how to setup subscriptions
Stars: ✭ 125 (-0.79%)
Mutual labels:  mongoose, mongodb
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 (+925.4%)
Mutual labels:  mongoose, mongodb
Vue Family Bucket Ssr Koa2 Full Stack Development From Meituan
🚀🚀2020最新Vue全家桶+SSR+Koa2全栈开发☁
Stars: ✭ 100 (-20.63%)
Mutual labels:  mongoose, mongodb
Mongoose Patch History
Mongoose plugin that saves a history of JSON patch operations for all documents belonging to a schema in an associated 'patches' collection
Stars: ✭ 82 (-34.92%)
Mutual labels:  mongoose, mongodb
Mern Boilerplate
Fullstack boilerplate with React, Redux, Express, Mongoose, Passport Local, JWT, Facebook and Google OAuth out of the box.
Stars: ✭ 112 (-11.11%)
Mutual labels:  mongoose, mongodb
Angular Cms
An flexiable, extendable, modular, single CMS app based on Angular, Express, MongoDB
Stars: ✭ 109 (-13.49%)
Mutual labels:  mongoose, mongodb
React Chat Api
📡 API for chat application for DogeCodes React course
Stars: ✭ 121 (-3.97%)
Mutual labels:  mongoose, mongodb
Express Rest Boilerplate
⌛️ Express starter for building RESTful APIs
Stars: ✭ 1,794 (+1323.81%)
Mutual labels:  mongoose, mongodb
Boilerplate Vue Apollo Graphql Mongodb
Start your magical stack journey!
Stars: ✭ 85 (-32.54%)
Mutual labels:  mongoose, mongodb
Mongoose Fuzzy Searching
Mongoose Fuzzy Searching Plugin
Stars: ✭ 94 (-25.4%)
Mutual labels:  mongoose, mongodb
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+900.79%)
Mutual labels:  mongoose, mongodb
Appy Backend
A user system to bootstrap your app.
Stars: ✭ 96 (-23.81%)
Mutual labels:  mongoose, mongodb
Typegoose
Typegoose - Define Mongoose models using TypeScript classes.
Stars: ✭ 1,232 (+877.78%)
Mutual labels:  mongoose, mongodb
Fullstack Shopping Cart
MERN stack shopping cart, written in TypeScript
Stars: ✭ 82 (-34.92%)
Mutual labels:  mongoose, mongodb
Mongodb Memory Server
Spinning up mongod in memory for fast tests. If you run tests in parallel this lib helps to spin up dedicated mongodb servers for every test file in MacOS, *nix, Windows or CI environments (in most cases with zero-config).
Stars: ✭ 1,376 (+992.06%)
Mutual labels:  mongoose, mongodb
Intro Mongo Db
[Course] Introduction to MongoDB code
Stars: ✭ 114 (-9.52%)
Mutual labels:  mongoose, mongodb

WaftEngine (MERN Stack Engine)

WaftEngine is an open source platform for developers to create enterprise level web application in MERN stack. This platform already contains components like user management, roles management, module management, access management, content management with production ready setup which helps developers to develop their application in minimum cost.

Gitter

Features

WaftEngine core features include:

  • User Manage and Login flow
  • Role Manage
  • Module Manage with Access level Definition
  • Access Management associated with roles
  • Email Template and settings
  • Media Manage and server side processing
  • Error handling and log Management
  • Authentication and Authorization
  • Content Management
  • State Management using redux
  • Development ready setup
  • Production ready setup

Since anything in our codebase can be extended, overwritten, or installed as a package, you may also develop, scale, and customize anything on our platform.

Installation

  • git clone <this_url> && cd <repo_name>
  • install npm on client and server
    • cd client
    • npm install
    • cd ../server
    • npm install
  • Import Default data into MongoDB server from database/waftengine folder
    • cd ../database/waftengine
    • run mongoimport command for all json file
  • Configure Server
    • Rename config.bak folder to config
    • Update keys.js file in mongoURI section as your MongoDB credential
  • Running the application in development mode
    • Development Mode (Client only): cd client then npm run start then open http://localhost:5051 in a browser
    • Development Mode (Server only): cd server then npm run start then open http://localhost:5050 in a browser
  • Default Credentials : Email : [email protected] , Password : [email protected]
  • For more Getting started

Get involved

Read documentation & tutorials

Get help & contact the team

Contribute

⭐️ Star us on GitHub — it helps!

We love your pull requests! Check out our Good First Issue and Help Wanted tags for good issues to tackle.

License

Copyright © The MIT License (MIT)

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].