Django project
Django 3 - Full Stack Python website development
Features • Tech stack • How To Use
- Todo list
- Create, Read, Update & Delete your todos
- Sign Up & Sign In users
To clone and run this project, you'll need:
Step-by-step commands
-
Clone this repository
git clone git@github.com:mrKazzila/todo_list.git
-
Go into the repository
cd todo_list
-
Add settings for Poetry
poetry config virtualenvs.in-project true
-
Activate env
poetry shell
-
Install dependencies
poetry install --no-dev
-
Go into the working dir
cd app
-
Apply migrations
python manage.py migrate
-
Run the app
python manage.py runserver
-
Open url http://127.0.0.1:8000/