Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

bitnimble/paradb-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

94fb153 · Dec 9, 2022
Dec 9, 2022
Dec 9, 2022
Dec 9, 2022
Nov 15, 2021
Nov 12, 2022
Jul 22, 2022
Nov 13, 2022
Aug 22, 2022
Mar 24, 2022
Jun 14, 2021
Nov 16, 2022
Nov 13, 2022
Dec 9, 2022
Nov 16, 2022
Dec 9, 2022
Dec 9, 2022
Dec 9, 2022
May 26, 2021

Repository files navigation

Installation

# 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

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

No packages published

Languages