About | Features | Technologies | Requirements | Starting | License | Author
Um simples TODO list com conta para salvar a suas tarefas. Este projeto é voltado para estudo, onde eu aprofundo meus conhecimentos sobre, Django, CSS, Segurança, Deploy, Heroku.
A simple TODO list with an account to save your tasks. This project is study oriented, where I deepen my knowledge about Django, CSS, Security, Deploy, Heroku.
✔️ Create User;
✔️ Authenticate User;
✔️ Create, Update, Delete tasks;
✔️ Search Tasks;
The following tools were used in this project:
Before starting 🏁, you need to have Git and Python installed.
# Clone this project
$ git clone https://github.com/idylicaro/todo-app-django
# Access
$ cd todo-app-django
# Linux
sudo apt-get install python3-venv # If needed
python3 -m venv .venv
source .venv/bin/activate
# macOS
python3 -m venv .venv
source .venv/bin/activate
# Windows
py -3 -m venv .venv
.venv\scripts\activate
# Install requiriments
$ python -m pip install -r requirements.txt
# Run server
$ python manage.py runserver
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Idyl Ícaro