Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Latest commit

 

History

History
48 lines (40 loc) · 816 Bytes

README.md

File metadata and controls

48 lines (40 loc) · 816 Bytes

task-tiles

A simple Django REST API + React front-end for managing cards with multiple nested elements.

backend

Managed with pipenv.

Install

pipenv install

Run

Use run.sh or

pipenv run python manage.py runserver 0.0.0.0:8000

frontend

Managed with Yarn 2.

Install

yarn

Run

yarn start

Screenshots