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.
- Host: GitHub
- URL: https://github.com/mr-destructive/scifihub-app
- Owner: Mr-Destructive
- Created: 2023-09-03T14:54:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T16:12:32.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T20:37:15.699Z (over 1 year ago)
- Language: Python
- Homepage: https://scifihub-app.vercel.app
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

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
```