Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# First-Checkpoint-
This repo will contain PR of the work done by teams till Checkpoint 1(Day 1,March 15 5p.m.).
Your PR should contain the repository link and also mention what functionality you have implemented till now.

## Team - Ctrl Shift

### Github repo - [ https://github.com/samyak-aditya/Climato ]

### Frontend:

* Completed signup and signin pages for users.
* In progress: Developing landing page and signin/signup functionality for recyclers.

### Backend:

* Implemented database models for users, recyclers, and blog.
* Implemented signin and signup functionality for users.
* Implemented JWT authentication.