fccoelho / DAPH_API

API for the Decentralized Autonomous Publishing House

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API for the Decentralized Autonomous Publishing House (DAPH)

This project is the data backend and web frontend of the DAPH.

It is based of Django-Ninja.

to get started in development, first make sure you have poetry installed on your computer.

$ poetry install
$ poetry shell
$ ./manage.py migrate
$ ./manage.py createsuperuser
$ ./manage.py runserver

After running the commands above, you can point you browser http:localhost:8000/api/docs/.

About

API for the Decentralized Autonomous Publishing House


Languages

Language:Python 100.0%