Skip to content

Serverpod admin panel allows you to manage all your data in one place

Notifications You must be signed in to change notification settings

rohitsangwan01/serverpod_admin_panel

Repository files navigation

Serverpod Admin Panel

Ready to use admin panel for Serverpod

Get Started

Make sure Node is installed, and install dependencies using , yarn install

Enter Database connection configurations in config/default.json file and make sure database is active

That's it, finally run node index.js

Checkout on Youtube

Docker

Make sure docker is running, and config/default.json file is configured, if postgres is running on your local machine, then instead of localhost use host.docker.internal for database host

Run command: docker build . -t serverpod_admin

And finally run: docker run -p 3000:3000 -d serverpod_admin, and open localhost:3000 in browser

To check/get container id: docker ps and to kill server: docker kill CONTAINER_ID

Screenshots

Login

Dashboard

Manage Tables

Run SQL Query

Note

Using AdminJs for admin panel components

This is Just The Initial Version, feel free to Contribute or Report any Bug!

About

Serverpod admin panel allows you to manage all your data in one place

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published