Workin on it
This commit is contained in:
parent
86d47226ac
commit
d1c3082397
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
venv
|
||||
*.swp
|
||||
*.sqlite
|
||||
|
23
README.md
Normal file
23
README.md
Normal 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
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
Django>=5.1,<6
|
Loading…
x
Reference in New Issue
Block a user