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

https://github.com/mr-destructive/scifihub-app

A Science-Fiction Novel Writing app, inspired as GitHub for writers.
https://github.com/mr-destructive/scifihub-app

Last synced: about 1 year ago
JSON representation

A Science-Fiction Novel Writing app, inspired as GitHub for writers.

Awesome Lists containing this project

README

          

## Scifi Hub

A science-fiction novel writing app. Inspired as a GitHub for writers. (Work in progress).

## Features

- [x] Create projects/books/chapters
- [ ] Track daily word count
- [ ] Track balance of writing, revising, world building and character development.

## Tech Stack

- Django
- HTMX
- PostgreSQL
- TailwindCSS

[Scifi Hub](https://scifihub-app.vercel.app)

![Vercel](https://therealsujitk-vercel-badge.vercel.app/?app=scifihub-app)
Hosted on vercel

## Installation

- Pre-requisites
- Python 3.9
- Postgres

### Installing dependencies

```bash
python3 -m venv .venv
source .venv/bin/activate

pip install -r requirements.txt
```

### Running the app

```bash
python manage.py runserver
```