Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
/ todo_list Public archive

Stepik course. Simple todo list using django3

Notifications You must be signed in to change notification settings

mrKazzila/todo_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stepik
Todo list project

Conventional Commits pre-commit Conventional Commits


FeaturesTech stackHow To Use

Features

  • Todo list
    • Create, Read, Update & Delete your todos
  • Sign Up & Sign In users

Tech stack

How To Use

To clone and run this project, you'll need:

Step-by-step commands
  1. Clone this repository

    git clone git@github.com:mrKazzila/todo_list.git
  2. Go into the repository

    cd todo_list
  3. Add settings for Poetry

    poetry config virtualenvs.in-project true
  4. Activate env

    poetry shell
  5. Install dependencies

    poetry install --no-dev
  6. Go into the working dir

    cd app
  7. Apply migrations

    python manage.py migrate
  8. Run the app

    python manage.py runserver
  9. Open url http://127.0.0.1:8000/



GitHubResumeLinkedIn

About

Stepik course. Simple todo list using django3

Topics

Resources

Stars

Watchers

Forks