Skip to content

falkia34/db-dashboard

Repository files navigation

Database Dashboard

Database Dashboard is the web-based visualization dashboard for the Database course of the Information Technology program on Universitas Negeri Yogyakarta (UNY). This is the front-end app built with Next.js.

Getting Started

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load font.

Project Structure

.
├── app                 # Routing
├── public              # Static files
└── src
    ├── application     # Application business rules
    ├── domain          # Enterprise business rules
    ├── infrastructure  # Framework and drivers
    └── presentation    # User interface

Development

  1. Set up the development environment

    You need to set up your development environment before you can do anything.

    Install Node.js and npm.

  2. Install the dependencies

    npm install
  3. Run in development mode

    npm run dev

    Open http://localhost:3000 with your browser to see the result.

Deployment

  1. Generate a production build

    npm run build

    The output is generated inside the .next folder

  2. Start the Node.js server

    npm run start

Learn More

To learn more about Next.js, take a look at the following resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published