/WaftEngine

MERN Stack Engine

Primary LanguageJavaScriptMIT LicenseMIT

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 db folder
    • cd db
    • mongorestore -h <server>:<port> -d <dbname> -u <user> -p <password> ./
  • 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 : admin+we@wafttech.com , Password : Test@1234
  • 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)