# 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
-
Notifications
You must be signed in to change notification settings - Fork 0
Repository for https://paradb.net. Next.js based.
bitnimble/paradb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|