A database and web interface for victorial literature.
- Node 16.6+ recommended
- bun optional for faster installs
- PostgreSQL Database
- Clone the repository with
git clone https://github.com/pikachungg/vain-pilot.git
- Look into How to install database
- Go into the vain-pilot folder
cd vain-pilot
- Run
npm start
runs with standard npm ornpm test
runs with bun
- Create a database called vain on PostgreSQL
CREATE DATABASE vain;
- Go into the init-database folder
cd init-database
- Go into the database folder
cd database
- Change the credentials under the file
config.js
to match yours.