bitnimble / paradb

Repository for https://paradb.net. Next.js based.

Home Page:https://paradb.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

# Clone and install deps
git clone https://github.com/bitnimble/paradb.git
cd paradb
yarn

# Install and start postgres
sudo apt install postgresql
sudo service postgresql start

# Create postgres user for yourself
sudo -u postgres createuser --interactive --pwprompt

# Edit .env to fill out your username and password!

# Create db and instantiate schema
createdb paradb
db/init.sh

# Start server
yarn dev

About

Repository for https://paradb.net. Next.js based.

https://paradb.net


Languages

Language:TypeScript 89.1%Language:CSS 7.9%Language:Shell 1.7%Language:HTML 0.7%Language:JavaScript 0.6%