An open API service indexing awesome lists of open source software.

https://github.com/paradoxinversion/storytool-next


https://github.com/paradoxinversion/storytool-next

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Storytool Next

A tool for organizing and writing stories built on Nextjs, MongoDB, and GraphQL.

## Description

Story tool is an attempt at a web platform for writers to organize their work.

### Installation

Use your package manager (npm or yarn) to install dependencies. Added a `.env` file with values for `Database_URI`, `Salt`, and `Secret`.

## Usage

### Development

First, ensure MongoDB is running. Then, from the root directory, execute `yarn dev` from the command line.