User Stories for backend
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
User Stories for Frontend
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