Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 260 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 260 Bytes

registry_total

Usage

$ git clone https://github.com/UwU-tao/registry_total.git
$ cd registry_total/frontend
$ npm install
$ npm run serve

$ cd ../backend
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver