{"id":15040553,"url":"https://github.com/wafttech/waftengine","last_synced_at":"2025-04-05T03:11:15.084Z","repository":{"id":37760995,"uuid":"191750397","full_name":"WaftTech/WaftEngine","owner":"WaftTech","description":"MERN Stack Framework","archived":false,"fork":false,"pushed_at":"2024-02-02T03:15:57.000Z","size":67783,"stargazers_count":352,"open_issues_count":9,"forks_count":86,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-04-13T21:17:11.449Z","etag":null,"topics":["javascript","mern-project","mern-stack","mern-stack-engine","mongodb","mongoose","nodejs","reactjs","starter-project","startups"],"latest_commit_sha":null,"homepage":"https://waftengine.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WaftTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-06-13T11:29:58.000Z","updated_at":"2024-04-09T00:46:07.000Z","dependencies_parsed_at":"2023-12-15T09:48:42.315Z","dependency_job_id":"307447b6-9bdf-49d7-b8a7-d6df04fe7c96","html_url":"https://github.com/WaftTech/WaftEngine","commit_stats":{"total_commits":2515,"total_committers":28,"mean_commits":89.82142857142857,"dds":0.7725646123260437,"last_synced_commit":"b46d8cc5a416015c8c740c687515b457612dcf47"},"previous_names":[],"tags_count":4,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaftTech%2FWaftEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaftTech%2FWaftEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaftTech%2FWaftEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WaftTech%2FWaftEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WaftTech","download_url":"https://codeload.github.com/WaftTech/WaftEngine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280272,"owners_count":20912967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","mern-project","mern-stack","mern-stack-engine","mongodb","mongoose","nodejs","reactjs","starter-project","startups"],"created_at":"2024-09-24T20:44:44.123Z","updated_at":"2025-04-05T03:11:15.066Z","avatar_url":"https://github.com/WaftTech.png","language":"JavaScript","readme":"# WaftEngine (MERN Stack Engine)\r\n\r\n[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.\r\n\r\n[![Gitter](https://badges.gitter.im/waftengine/community.svg)](https://gitter.im/waftengine/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\r[![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)\n\n\r\n## Features\r\n\r\nWaftEngine core features include:\r\n\r\n- User Manage and Login flow\r\n- Role Manage\r\n- Module Manage with Access level Definition\r\n- Access Management associated with roles\r\n- Email Template and settings\r\n- Media Manage and server side processing\r\n- Error handling and log Management\r\n- Authentication and Authorization\r\n- Content Management\r\n- State Management using redux\r\n- Development ready setup\r\n- Production ready setup\r\n\r\nSince anything in our codebase can be extended, overwritten, or installed as a package, you may also develop, scale, and customize anything on our platform.\r\n\r\n## Installation\r\n\r\n- `git clone \u003cthis_url\u003e \u0026\u0026 cd \u003crepo_name\u003e`\r\n- install npm on client and server\r\n  - `cd client`\r\n  - `npm install`\r\n  - `cd ../server`\r\n  - `npm install`\r\n- Import Default data into MongoDB server from `database` folder\r\n  - `cd ../database`\r\n  - run `mongorestore` to import all BSON/json files\r\n- Configure Server\r\n  - Create `.env` file in `server`\r\n  - Update `.env` file with `MONGODB_URI=mongodb://localhost:27017/waft-engine`\r\n- Configure Client\r\n  - Create `.env` file in `client`\r\n  - Update `.env` file with `VITE_API_BASE=http://localhost:5050/api/`\r\n- Running the application in development mode\r\n  - Development Mode (Client only): `cd client` then `npm run start` then open `http://localhost:5051` in a browser\r\n  - Development Mode (Server only): `cd server` then `npm run start` then open `http://localhost:5050` in a browser\r\n- Default Credentials : Email : `admin@waftengine.org` , Password : `Test@1234`\r\n- For more [Getting started](https://waftengine.org/documentation/2019-7-1-getting-started-with-waftengine)\r\n\r\n## Get involved\r\n\r\nRead documentation \u0026 tutorials\r\n\r\n- [Developer Documentation](https://waftengine.org/documentation/2019-6-16-introduction-to-waftengine)\r\n- [Architecture](https://waftengine.org/architecture)\r\n\r\n## Backers\r\n\r\n[Become a backer](https://opencollective.com/waftengine) and show your support to our open source project on [our site](https://waftengine.org).\r\n\r\n\u003ca href=\"https://opencollective.com/waftengine\"\u003e\u003cimg src=\"https://opencollective.com/waftengine/tiers/backers.svg?limit=30\u0026button=false\u0026avatarHeight=46\u0026width=750\"\u003e\u003c/a\u003e\r\n\r\n## Sponsor\r\n\r\nDoes 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).\r\n\r\n## Get help \u0026 contact the team\r\n\r\n- [WaftEngine Gitter Chat](https://gitter.im/waftengine/community)\r\n- Report security vulnerabilities to \u003cmailto:hello@wafttech.com\u003e.\r\n- [Bug Post and Feature Request](https://github.com/WaftTech/WaftEngine/issues)\r\n\r\n## Contribute\r\n\r\n:star: Star us on GitHub — it helps!\r\n\r\nWe 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.\r\n\r\n### License\r\n\r\nCopyright © [The MIT License (MIT)](./LICENSE.md)\r\n\n\n[![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)","funding_links":["https://opencollective.com/waftengine"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwafttech%2Fwaftengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwafttech%2Fwaftengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwafttech%2Fwaftengine/lists"}