Skip to content
/ tasklist Public

a simple tasklist with django rest framework

Notifications You must be signed in to change notification settings

avlm/tasklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tasklist

A simple tasklist with django rest framework

To run this project you will need:

  • Python 3.6 and pipenv
  • npm and yarn

To run the project, do the following steps:

Run Backend

  1. cd into backend/
  2. make setup or make setup.dev to install dependencies and create/migrate sqlite DB
  3. make run to start django server
  4. Leave this running and open another terminal instance

Run Frontend

  1. cd into frontend/
  2. make setup to install frontend dependencies
  3. make run to start python's SimpleHTTPServer

About

a simple tasklist with django rest framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published