Skip to content

E-Report Management System is a software 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.

License

Notifications You must be signed in to change notification settings

sodaAPI/e-report-rms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quality Gate Status Lines of Code Reliability Rating Duplicated Lines (%) Vulnerabilities Bugs Security Rating Maintainability Rating

E-Report Management System (RMS)

Table of Contents
  1. Demo
  2. About
  3. Getting Started
  4. Roadmap
  5. Contributing
  6. License

Demo

Demo

(back to top)

About

Project Screen Shot

E-Report Management System (RMS)

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.

(back to top)

Built With

This Project is built with :

  • ReactJs
  • NodeJs
  • MySQL DB
  • Sequelize ORM
  • ExpressJs
  • TailwindCSS

(back to top)

Getting Started

Follow the instruction below to install the project locally.

Installation

Follow the steps below for installation of this project.

  1. Clone the repo.
    git clone https://github.com/sodaAPI/e-report-cms.git
  2. Install NPM packages in ./backend/ and ./frontend/
    npm install
    or
    npm install --force
  3. 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,
     },
    });
  4. Run your MySQL server (i'm using XAMPP).
  5. Start Front-End on folder frontend
    npm start
  6. Start Back-End in ./backend/ folder.
    nodemon

(back to top)

Roadmap

  • 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

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/newFeature)
  3. Commit your Changes (git commit -m 'Add some newFeature')
  4. Push to the Branch (git push origin feature/newFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See License.txt for more information.

(back to top)

About

E-Report Management System is a software 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.

Topics

Resources

License

Stars

Watchers

Forks

Languages