"Helps straight think you." - Gonzaga University Coffee Shop
A tool for use by fiction authors to plan out their next big work.
- A running PostgreSQL installation with a database named "outlinear", a user named 'postgres' and a password, 'postgres'
- A
config.tslocated in theserverdirectory with a configuration matching the example - Optionally, a
.envfile 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>
- Clone the repository
- Run
yarn buildto install the client-dependencies and build the client-side - Run
yarn startto install server-dependencies and start the server on Port 4000
- 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
- Features:
