Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wafttech/waftengine
MERN Stack Framework
https://github.com/wafttech/waftengine
javascript mern-project mern-stack mern-stack-engine mongodb mongoose nodejs reactjs starter-project startups
Last synced: 10 days ago
JSON representation
MERN Stack Framework
- Host: GitHub
- URL: https://github.com/wafttech/waftengine
- Owner: WaftTech
- License: mit
- Created: 2019-06-13T11:29:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T03:15:57.000Z (9 months ago)
- Last Synced: 2024-04-13T21:17:11.449Z (7 months ago)
- Topics: javascript, mern-project, mern-stack, mern-stack-engine, mongodb, mongoose, nodejs, reactjs, starter-project, startups
- Language: JavaScript
- Homepage: https://waftengine.org/
- Size: 64.6 MB
- Stars: 352
- Watchers: 19
- Forks: 86
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WaftEngine (MERN Stack Engine)
[WaftEngine](https://waftengine.org) 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](https://badges.gitter.im/waftengine/community.svg)](https://gitter.im/waftengine/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FWaftTech%2FWaftEngine.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FWaftTech%2FWaftEngine?ref=badge_shield)## 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 setupSince 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 && cd `
- install npm on client and server
- `cd client`
- `npm install`
- `cd ../server`
- `npm install`
- Import Default data into MongoDB server from `database` folder
- `cd ../database`
- run `mongorestore` to import all BSON/json files
- Configure Server
- Create `.env` file in `server`
- Update `.env` file with `MONGODB_URI=mongodb://localhost:27017/waft-engine`
- Configure Client
- Create `.env` file in `client`
- Update `.env` file with `VITE_API_BASE=http://localhost:5050/api/`
- 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 : `Test@1234`
- For more [Getting started](https://waftengine.org/documentation/2019-7-1-getting-started-with-waftengine)## Get involved
Read documentation & tutorials
- [Developer Documentation](https://waftengine.org/documentation/2019-6-16-introduction-to-waftengine)
- [Architecture](https://waftengine.org/architecture)## Backers
[Become a backer](https://opencollective.com/waftengine) and show your support to our open source project on [our site](https://waftengine.org).
## Sponsor
Does your company use WaftEngine? Ask your manager or marketing team if your company would be interested in supporting our project. Support will allow the maintainers to dedicate more time for maintenance and new features for everyone. Also, your company's logo will show [on GitHub](https://github.com/WaftTech/WaftEngine#readme) and on [our site](https://waftengine.org/) - who doesn't want a little extra exposure? [Here's the info](https://opencollective.com/waftengine).
## Get help & contact the team
- [WaftEngine Gitter Chat](https://gitter.im/waftengine/community)
- Report security vulnerabilities to .
- [Bug Post and Feature Request](https://github.com/WaftTech/WaftEngine/issues)## Contribute
:star: Star us on GitHub — it helps!
We love your pull requests! Check out our [`Good First Issue`](https://github.com/WaftTech/WaftEngine/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) and [`Help Wanted`](https://github.com/WaftTech/WaftEngine/issues?q=label%3A%22help+wanted%22) tags for good issues to tackle.
### License
Copyright © [The MIT License (MIT)](./LICENSE.md)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FWaftTech%2FWaftEngine.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FWaftTech%2FWaftEngine?ref=badge_large)