Vain-pilot

A database and web interface for victorial literature.

Requirements

  1. Node 16.6+ recommended
  2. bun optional for faster installs
  3. PostgreSQL Database

How to install

  1. Clone the repository with git clone https://github.com/pikachungg/vain-pilot.git
  2. Look into How to install database
  3. Go into the vain-pilot folder cd vain-pilot
  4. Run npm start runs with standard npm or npm test runs with bun

How to install database

  1. Create a database called vain on PostgreSQL CREATE DATABASE vain;
  2. Go into the init-database folder cd init-database
  3. Go into the database folder cd database
  4. Change the credentials under the file config.js to match yours.