Workin on it

This commit is contained in:
Salt 2025-01-18 21:16:19 -06:00
parent 86d47226ac
commit d1c3082397
3 changed files with 25 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
venv
*.swp
*.sqlite

23
README.md Normal file
View File

@ -0,0 +1,23 @@
# 3d2a-index
## Overview
3d2a-index is a webservice and accompanying utilities that indexes and allows you to browse various guncad releases.
## Features
* Self-hostability
* A web-facing UI
* A search using an actual search index that doesn't suck dick
## How it Works
The webapplication is built on the Django web framework.
## Building
**TODO**: Write building instructions. Probably gonna be Docker for prod building plus some instructions on instantiating a venv and installing requirements or whatever for dev stuff.
## Deployment
**TODO**: Write up a quick docker-compose or something

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
Django>=5.1,<6