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

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

Notifications You must be signed in to change notification settings

JMaio/task-tiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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