Skip to content

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.

License

Notifications You must be signed in to change notification settings

idylicaro/Todo-app-django

Repository files navigation

Todo App Django

 

Todo App Django

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

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.

✨ Features

✔️ Create User;
✔️ Authenticate User;
✔️ Create, Update, Delete tasks;
✔️ Search Tasks;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Python installed.

🏁 Starting

# 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

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Idyl Ícaro

 

Back to top

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published