style changes + regularize admin platform access + add link to material icons font
This commit is contained in:
parent
a5695707b0
commit
c834424836
27 changed files with 251 additions and 135 deletions
15
README.md
15
README.md
|
|
@ -16,10 +16,19 @@ This is the server. For the client, see [coriplusapp](https://github.com/sakurag
|
|||
* Add info to your profile
|
||||
* In-site notifications
|
||||
* Public API
|
||||
* SQLite-based app
|
||||
* SQLite (or PostgreSQL)-based app
|
||||
|
||||
## Requirements
|
||||
|
||||
* **Python 3** only. We don't want to support Python 2.
|
||||
* **Flask** web framework (also required extension **Flask-Login**).
|
||||
* **Python 3.10+** with **pip**.
|
||||
* **Flask** web framework.
|
||||
* **Peewee** ORM.
|
||||
* A \*nix-based OS.
|
||||
|
||||
## Installation
|
||||
|
||||
* Install dependencies: `pip install .`
|
||||
* Set the `DATABASE_URL` (must be SQLite or PostgreSQL)
|
||||
* Run the migrations: `sh ./genmig.sh @`
|
||||
* i forgor
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue