M-ZubairAhmed / automation-dashboard

Automation dashboard

Home Page:automation-dashboard-git-main-saturninoabril.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automation Dashboard

Install dependencies

yarn

Set up a Postgres database

yarn db:start

Configure environment variables

Copy the .env.local.example file in this directory to .env.local (this will be ignored by Git):

cp .env.local.example .env.local

Set the PG_URI variable in .env.local to the connection uri of your postgres database. Set other environment variables related to JWT and allowed user/role. May change in the future once authentication is setup.

Apply migrations

You can create, apply and rollback migrations using the scripts in package.json.

yarn migrate:latest

Start Next.js in development mode

yarn dev

Your app should now be up and running on http://localhost:4000!

Deploy your own

Deploy with Vercel

Deploy it to the cloud with Vercel (Documentation).

About

Automation dashboard

automation-dashboard-git-main-saturninoabril.vercel.app

License:Apache License 2.0


Languages

Language:TypeScript 91.0%Language:JavaScript 5.9%Language:CSS 3.1%