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.
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
foldercd db
mongorestore -h <server>:<port> -d <dbname> -u <user> -p <password> ./
- Configure Server
- Rename
config.bak
folder toconfig
- Update
keys.js
file inmongoURI
section as yourMongoDB credential
- Rename
- Running the application in development mode
- Development Mode (Client only):
cd client
thennpm run start
then openhttp://localhost:5051
in a browser - Development Mode (Server only):
cd server
thennpm run start
then openhttp://localhost:5050
in a browser
- Development Mode (Client only):
- Default Credentials : Email : admin+we@wafttech.com , Password : Test@1234
- For more Getting started
Get involved
Read documentation & tutorials
Get help & contact the team
- WaftEngine Gitter Chat
- Report security vulnerabilities to mailto:hello@wafttech.com.
- Bug Post and Feature Request
Contribute
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)