Skip to content

Commit 15db0ef

Browse files
committed
update
1 parent 38e3295 commit 15db0ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ Log In Page | Home Page
1313
## Features
1414
1. REST API to create, read, update, delete (CURD) To Dos.
1515
2. User authentication. Simultaneousely can have multiple users, each having their own To Dos hidden from each other.
16+
3. Search through ToDos.
17+
1618

1719
## Things to learn
1820
1. Django 3 for web backend and serve on local network.
1921
1. Django templating language.
2022
2. Setting up a REST API with CURD operations.
2123
3. Seperating frontend and backend and how to communicate with each other through a REST API.
2224
4. Settting up an API for User registration, log-in and log-out.
25+
5. Django serch filter.
26+
2327

2428
## Getting Started
2529
1. Install Django 3 and django-rest-framework

0 commit comments

Comments
 (0)