Socket
Socket
Sign inDemoInstall

@artempoletsky/install-kurgandb-admin

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @artempoletsky/install-kurgandb-admin

KurganDB admin panel for next.js


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 02 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc