Skip to content

This is a project for building an admin dashboard to manage laboratory information resources. It is developed using NextJS, NextAuth, NextUI, and hosted on Vercel.

License

Notifications You must be signed in to change notification settings

ptduy14/laboratory-management-admin

Repository files navigation

Laboratory Management Admin using NextJS and NexUI

Thanks to Siumauricio and contributors for creating and perfecting this base template

This is a project that uses NextJS and NextUI to build an admin dashboard for lab management

NextJS: NextJS
NextUI: NextUI

You can see the demo here: https://nextui-dashboard-template.vercel.app/
And public API: https://laboratory-management-system.onrender.com/apis

You may need to wait for fetching data because we used free hosting :)))

If you want to use this API please contact [email protected]

First look

Dashboard Dark Mode

Sample structure

├── components
│   ├── accounts            # Accounts components
│   ├── charts              # Charts components
│   ├── breadcrumb          # component
|   ├── home                # Home components
|   ├── layout              # Layout components
|   ├── navbar              # Navbar components
|   ├── sidebar             # Sidebar components
|   ├── table               # Table components
|   ├── styles              # Some reusable components
|   ├── icons               # Icons
|   ├── hooks               # Hooks
├── app                     # Documentation files
│   ├── accounts            # Accounts route
|       ├── page.tsx        # Accounts page
│   ├── page.tsx            # Entry point for the app
│   ├── layout.tsx          # Layout applied to all application pages
│   ├── providers.tsx       # Theme provider
│   ├── more...             # Soon
└──

Feature

  • Equipment management
  • Chemical management
  • Laboratory management
  • Usage history
  • User management
  • Resource allocation to departments

For Run

Install dependencies

npm install

Start the server

npm run dev

Now you can visit https://localhost:3000 in your browser.

About

This is a project for building an admin dashboard to manage laboratory information resources. It is developed using NextJS, NextAuth, NextUI, and hosted on Vercel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages