We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e3295 commit 15db0efCopy full SHA for 15db0ef
Readme.md
@@ -13,13 +13,17 @@ Log In Page | Home Page
13
## Features
14
1. REST API to create, read, update, delete (CURD) To Dos.
15
2. User authentication. Simultaneousely can have multiple users, each having their own To Dos hidden from each other.
16
+3. Search through ToDos.
17
+
18
19
## Things to learn
20
1. Django 3 for web backend and serve on local network.
21
1. Django templating language.
22
2. Setting up a REST API with CURD operations.
23
3. Seperating frontend and backend and how to communicate with each other through a REST API.
24
4. Settting up an API for User registration, log-in and log-out.
25
+5. Django serch filter.
26
27
28
## Getting Started
29
1. Install Django 3 and django-rest-framework
0 commit comments