# Clone and install deps
git clone https://github.com/anonymousthing/paradb-api.git
cd paradb-api
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
# Create symlink from "fe" to the actual frontend dist directory
ln -s /path/to/obento2/dist/paradb fe
# Start server
yarn start
-
Notifications
You must be signed in to change notification settings - Fork 0
API backend for https://paradb.net.
bitnimble/paradb-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Releases
No releases published
Packages 0
No packages published