# 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
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
[Obsolete] API backend for https://paradb.net. Now integrated directly into https://github.com/bitnimble/paradb.
bitnimble/paradb-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
[Obsolete] API backend for https://paradb.net. Now integrated directly into https://github.com/bitnimble/paradb.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published