Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leboroz/todolist-django
https://github.com/leboroz/todolist-django
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leboroz/todolist-django
- Owner: Leboroz
- Created: 2024-03-20T12:39:34.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-20T13:11:47.000Z (8 months ago)
- Last Synced: 2024-03-20T14:34:07.895Z (8 months ago)
- Language: Python
- Size: 601 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)> Describe your project in 1 or 2 sentences.
**[your_project__name]** is a...
Tech
Database
- **Creates a task**
- **Updates and delete tasks created**
- **Sorts task by completed**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Python 3.10.6
- Django 5.0.3
- IDE(Visual studio, Vim)
### Setup
Clone this repository to your desired folder:
```sh
cd Your directory
git clone [email protected]:Leboroz/todolist-django.git
```
### Usage
To run the project, execute the following command:
```sh
cd todolist-django
python manage.py runserver
```
> Mention all of the collaborators of this project.
👤 **Leonardo Albornoz**
- GitHub: [@githubhandle](https://github.com/leboroz)
- Twitter: [@twitterhandle](https://twitter.com/leboroz)
- LinkedIn: [LinkedIn](https://linkedin.com/in/leboroz)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._