Git Product home page Git Product logo

ezdboverview's Introduction

EzDBOverview Web App

EzDBOverview is a web application tailored for FiveM servers using the QBCore framework's database setup. It provides a quick and intuitive overview of the database structure, making it easier for server administrators and developers to understand their data. While it's optimized for QBCore, the application is designed with flexibility in mind. If you're using a different setup or if you'd like to adapt the tool for other purposes, you can freely modify the source code to fit your needs. Whether you're a seasoned developer, a server admin, or just someone looking for insights into your data, EzDBOverview is here to help!

Features:

  • Easy Setup: Get started in just a few minutes!
  • Intuitive Interface: Navigate your database with ease.
  • Customizable: Modify and adapt the code to fit your needs.

Picture1 Picture2 Picture3 Picture5 Picture4 Picture6 Picture7

Configuration:

Before diving into setup, ensure you have configured the application properly:

  • Go to src/utils/config.ts and set the UsingPsMdt to false if you are not using ps-mdt. If you are using it, you can leave it as true.

Pre-requisites:

  • Node.js & npm installed.

Setting up on localhost:

1. Clone the Repository:

git clone https://github.com/PowerDayz/EzDBOverview
cd EzDBOverview

2. Add Resource To Fivem Server:

  • Move the pw-ezdboverview folder to your resources folder
  • Ensure / Start the resource in your server.cfg
ensure pw-ezdboverview

3. Database Connection:

  • Go to backend/index.js
  • Edit the createConnection to match your database

4. Backend Setup:

cd Backend
npm install
nodemon index.js

5. Frontend Setup:

cd EzDBOverview
npm install
npm start

Your web app should now be running on http://localhost:3000/ or the next available port, and you should be able to view and navigate through your database structure.

Contributing:

We welcome contributions! If you find a bug or would like to add a feature, feel free to create an issue or open a pull request.

ezdboverview's People

Contributors

powerdayz avatar

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.