/JustDontDoIt

Not - To Do List for Legends

Primary LanguagePython

Just Don't Do It

A simple To-Not-Do list app, using Django and React.

Python Django TypeScript React

Django-React CI

Features

  • CRUD Operations
  • Theme Switcher
  • Multiple To-Do List Boards
  • CI/CD Pipeline

Getting Started

Django Server

$ cd backend
$ python3 -m virtualenv <ENV_NAME>
$ source <ENV_NAME>/bin/activate
$ python3 -m pip install -r requirements.txt
$ python3 manage.py runserver

React App

$ cd frontend
$ npm install
$ npm run dev