Table of Contents
The E-Report Management System is a website application that allows users to create, read, update, and delete reports, as well as manage users, meetings, tasks, and notifications. The system includes authentication features to ensure secure access, and supports multiple user roles. The system also uses a MySQL database to store data and has a built-in chatting feature for messaging.
This Project is built with :
Follow the instruction below to install the project locally.
Follow the steps below for installation of this project.
- Clone the repo.
git clone https://github.com/sodaAPI/e-report-cms.git
- Install NPM packages in ./backend/ and ./frontend/
or
npm install
npm install --force
- Setting your databases in ./backend/config/database.js, setting your .env file and make sure you already create database in your local server.
const db = new Sequelize("your_databases", "root", "", { host: "localhost", dialect: "mysql", timezone: "+07:00", // Set your timezone pool: { max: 5, min: 0, acquire: 30000, idle: 10000, }, });
- Run your MySQL server (i'm using XAMPP).
- Start Front-End on folder frontend
npm start
- Start Back-End in ./backend/ folder.
nodemon
- Add Home Page
- Add Login & Register Page
- Add Dashboard Page
- Home Dashboard
- Reports Page
- Discussion/Chat Page
- Meeting Page
- Users Page (Admin Only)
- Profile Page
- My Task Page
- FAQ Page
- Add Databases
- Add Controllers
- Add Middleware
- Add Models
- Add Routes
- Add Authentication & Multi Roles
- Add Chat Feature
- Add CRUD Function
- Add Chart
- Add Email Web Push Notification Schedule
- Add Document Template
- Add Auto Create Zoom Meeting Room
- Add JsSpreadsheet
- Add Realtime Chat
- Add New Chat Channels
- Add Chat Customization
- Add Themes
- Dark Mode
- Light Mode
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/newFeature
) - Commit your Changes (
git commit -m 'Add some newFeature'
) - Push to the Branch (
git push origin feature/newFeature
) - Open a Pull Request
Distributed under the MIT License. See License.txt
for more information.