1.0.6 • Published 3 months ago

@artempoletsky/install-kurgandb-admin v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

This is a KurganDB admin panel for Next.js

Getting Started

First, create a fresh next.js app. If you want add the admin panel to the existing next.js project skip this step, but your project have to use settings listed below.

npx create-next-app

Follow the instructions of the installation wizard. You can keep all the settings default.

REQURED SETTINGS that you can't change:

  • use Typescript,
  • use Tailwind CSS,
  • use App router

Read more about create-next-app:

https://nextjs.org/docs/app/api-reference/create-next-app

https://github.com/vercel/next.js/tree/canary/packages/create-next-app

Second, move to your app's directory

cd ./your_app_name

and run:

npx @artempoletsky/install-kurgandb-admin

This will install the admin panel to the default /kurgandb/ route.

if you want to change the location pass an argument

npx @artempoletsky/install-kurgandb-admin your_address

Third, run the next dev server:

npm run dev

Open http://localhost:3000/kurgandb with your browser to enter the admin panel.

What do I do next?

Set up you tables structure with admin panel.

Implement authorization, scripts, events and validation rules

1.0.6

3 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago