Skip to content

This is the all time best To Do App with login, registration, authentication, Third-party login(Google), profile, profile picture, CRUD(Create, Read, Update, Delete) features along with APIs, that allow this application to be integrated to any front end framework or technology. This app is built upon Python Django and Django Rest Framework.

Notifications You must be signed in to change notification settings

bikalpakc/GOAT_To_Do_App_with_Django_API_Support_and_Kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This is the completely functional To Do App with login, registration, authentication, Third-party login(Google), profile, profile picture, CRUD(Create, Read, Update, Delete) features along with APIs, that allow this application to be integrated to any front end framework or technology.

This app is built upon Python Django and Python Django Rest Framework.

To start the app/Django server, write the following in the terminal: python manage.py runserver

In order to login through the API, provide the username and password to the following Endpoint: http://127.0.0.1:8000/api/auth/login (Browsable API activated)

In order to logout: http://127.0.0.1:8000/api/auth/logout

After logging in, To view or add tasks of that logged in user: http://127.0.0.1:8000/api/tasks/

To update, delete or view details of the single task: http://127.0.0.1:8000/api/tasks/<task_name>/

Screenshots of this project are also included in the repository.

I am not a Front End developer so, I hope the UI doesnot bother you much haha.

Screenshot 2024-10-25 101754 Screenshot 2024-10-25 101837 Screenshot 2024-10-25 101929 Screenshot 2024-10-25 102421 Screenshot 2024-10-25 102625 Screenshot 2024-10-25 102702 Screenshot 2024-10-25 102757

About

This is the all time best To Do App with login, registration, authentication, Third-party login(Google), profile, profile picture, CRUD(Create, Read, Update, Delete) features along with APIs, that allow this application to be integrated to any front end framework or technology. This app is built upon Python Django and Django Rest Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published