Git Product home page Git Product logo

sodaapi / e-report-rms Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 9.53 MB

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.

Home Page: https://e-report.netlify.app/

License: MIT License

JavaScript 99.48% HTML 0.33% CSS 0.19%
nodejs reactjs cron express javascript mysql node-cron sequelize daisyui expressjs

e-report-rms's Introduction

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)

e-report-rms's People

Contributors

dependabot[bot] avatar sodaapi avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

cptdusty

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.