Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.02 KB

Sprint1.md

File metadata and controls

30 lines (17 loc) · 1.02 KB

Sprint 1

Backend

User Stories for backend

Userstories

The signup and login features were developed using bcrpyt, jwt and godotenv libraries. Signup feature checks if the username already exists, if not then it registers the user. And for login we are generating and validating a JWT token after authenticating the username and password.

Demo video and wiki: https://github.com/shenoy-anurag/simple-reddit/wiki/Demo#sprint-1-back-end-demo

Frontend

User Stories for Frontend

Userstories

Work Done

  • Created Navigation Bar with reserved routing

  • Sign Up forms

  • Log-In and Log-Out interface

  • Basic list layout for user posts and subreddit communities

  • Placeholders for API backend data fetch

Demo video and wiki: https://github.com/shenoy-anurag/simple-reddit/wiki/Demo#sprint-1-front-end-demo