User account management for systemausfall.org https://git.hack-hro.de/systemausfall/userausfall
This repository has been archived on 2022-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Konrad Mohrfeldt 2647c8534b Release 0.1.0 2021-08-03 20:42:34 +02:00
debian Release 0.1.0 2021-08-03 20:42:34 +02:00
djeveric refactor: Refactor djeveric code 2021-05-25 10:40:38 +02:00
make.d Prepare deployment: Build basic deb packages 2021-04-16 09:31:42 +02:00
public Add logo draft 2021-04-13 15:30:46 +02:00
src feat: Add API permissions 2021-08-03 12:38:34 +02:00
userausfall Release 0.1.0 2021-08-03 20:42:34 +02:00
.browserslistrc Create basic vue frontend 2021-04-13 09:06:28 +02:00
.bumpversion.cfg Release 0.1.0 2021-08-03 20:42:34 +02:00
.eslintrc.js Register account with email and password 2021-04-14 10:30:52 +02:00
.gitignore fix: ignore default env file 2021-08-03 20:41:33 +02:00
LICENSE Initial commit 2021-02-24 21:09:31 +01:00
Makefile Prepare deployment: Build basic deb packages 2021-04-16 09:31:42 +02:00
README.md Add credits 2021-04-13 11:11:46 +02:00
VERSION Release 0.1.0 2021-08-03 20:42:34 +02:00
babel.config.js Create basic vue frontend 2021-04-13 09:06:28 +02:00
package-lock.json Register account with email and password 2021-04-14 10:30:52 +02:00
package.json Register account with email and password 2021-04-14 10:30:52 +02:00
requirements.txt refactor: Remove djoser dependency 2021-05-18 12:07:03 +02:00
setup.py fix(deploy): Disable dependencies 2021-05-12 09:19:17 +02:00
tsconfig.json Create basic vue frontend 2021-04-13 09:06:28 +02:00
vue.config.js fix(deploy): Disable workbox import 2021-05-12 09:20:56 +02:00

README.md

userausfall

Backend: Development server

export DJANGO_SETTINGS_MODULE=userausfall.settings USERAUSFALL_SECRET_KEY=dev
python3 -m django migrate
python3 -m django runserver

Frontend: Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Credits

  • Parts of initial code are based on schnipsel.