Skip to content

adbarc92/MVP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Out-Linear

"Helps straight think you." - Gonzaga University Coffee Shop

A tool for use by fiction authors to plan out their next big work.

Deployment

Demo

Example

Requirements

  • A running PostgreSQL installation with a database named "outlinear", a user named 'postgres' and a password, 'postgres'
  • A config.ts located in the server directory with a configuration matching the example
  • Optionally, a .env file in the root directory that specifies a connection name, host, port, username, password, and database in the following format:
DB_CONNECTION_NAME=default
DB_TYPE=postgres
DB_HOST=<YOUR_HOST>
DB_PORT=5432
DB_USERNAME=<YOUR_USERNAME>
DB_PASSWORD=<YOUR_PASSWORD>
DB_NAME=<YOUR_DB_NAME>

Run Instructions

  1. Clone the repository
  2. Run yarn build to install the client-dependencies and build the client-side
  3. Run yarn start to install server-dependencies and start the server on Port 4000

Changelog

  • Future Features:
    • Multiple book management
    • Modularized Data Structures on the back-end
    • Book title editing
    • Character, Location, Concept Nodes
  • Patch 1.2
    • Adds default configuration options for database connection.
  • Patch 1.1
    • Adds Authentication via Firebase
  • Patch 1.0
    • Features:
      • Create a book, create a chapter, edit a chapter

About

A tool for use by authors to plan their next big work

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published