An open API service indexing awesome lists of open source software.

https://github.com/zeroniki/todo-django


https://github.com/zeroniki/todo-django

boostrap css django-todo django-todoapp html5 javascript linux python python3 semanticui

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# To-Do web app

[![Watch the video](https://img.youtube.com/vi/f8KZJjuLEwI/maxresdefault.jpg)](https://youtu.be/f8KZJjuLEwI)

Written on:
* python 3
* Django
* HTML
* CSS
* Boostrap

________________________

! Be careful when redacting the .env file

# Starting via terminal (GNU/Linux)

First, let's create a virtual environment in python via the terminal:

```
python3 -m venv venv
```

then run the virtual environment:

```
source venv/bin/activate
```

running the virtual environment download the dependencies:

```
pip install -r requirements.txt
```

Running:

Go to the todoapp directory and run the file manage.py:

```
python3 manage.py runserver
```

click on link (default): http://127.0.0.1:8000/