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

https://github.com/umit8098/project_django_templates_authantication-1_todo_app_class_based_ch-11

Todo Application
https://github.com/umit8098/project_django_templates_authantication-1_todo_app_class_based_ch-11

bootstrap5 crispy-forms django-framework django-fullstack django-templates token-authetication

Last synced: 2 days ago
JSON representation

Todo Application

Awesome Lists containing this project

README

        

Project_Django_Template_Todo_App (With_Class_Based_View)




Demo

|

Project



## Table of Contents

- [Table of Contents](#table-of-contents)
- [Overview](#overview)
- [Built With](#built-with)
- [How To Use](#how-to-use)
- [About This Project](#about-this-project)
- [Acknowledgements](#acknowledgements)
- [Contact](#contact)

## Overview
- Todo App Authenticate
![screenshot](project_screenshot/Todo_App_Temp-1.gif)

---
- Todo App
![screenshot](project_screenshot/Todo_App_Temp-2.gif)

---

## Built With

- Django Templates
- JavaScript
- Bootstrap5
- HTML
- CSS

## How To Use

To clone and run this application, you'll need [Git](https://github.com/Umit8098/Project_Django_Templates_Authantication-1_Todo_App_Class_Based_CH-11)

When installing the required packages in the requirements.txt file, review the package differences for windows/macOS/Linux environments.

Complete the installation by uncommenting the appropriate package.

---

requirements.txt dosyasındaki gerekli paketlerin kurulumu esnasında windows/macOS/Linux ortamları için paket farklılıklarını inceleyin.

Uygun olan paketi yorumdan kurtararak kurulumu gerçekleştirin.

```bash
# Clone this repository
$ git clone https://github.com/Umit8098/Project_Django_Templates_Authantication-1_Todo_App_Class_Based_CH-11.git

# Install dependencies
$ python -m venv env
$ python3 -m venv env (for macOs/linux OS)
$ env/Scripts/activate (for win OS)
$ source env/bin/activate (for macOs/linux OS)
$ pip install -r requirements.txt
$ python manage.py migrate (for win OS)
$ python3 manage.py migrate (for macOs/linux OS)

# Create and Edit .env
# Add Your SECRET_KEY in .env file

"""
# example .env;

SECRET_KEY =123456789abcdefg...
"""

# Run the app
$ python manage.py runserver
```

## About This Project
- Todo Application.


- Todo Application

## Acknowledgements
- [Bootstrap5](https://getbootstrap.com/) - CSS framework
- [crispy-forms](https://django-crispy-forms.readthedocs.io/en/latest/) - form CSS framework
- [dj-rest-auth](https://dj-rest-auth.readthedocs.io/en/latest/) - for authentication

## Contact

- GitHub [@Umit8098](https://github.com/Umit8098)

- Linkedin [@umit-arat](https://linkedin.com/in/umit-arat/)