niki4810 / Blogger

A simple blogging app using Node
0 stars 0 forks source link

Assignment 2 : Blogger app clone #1

Open niki4810 opened 9 years ago

niki4810 commented 9 years ago

My app is complete. //cc @codepathreview @codepath

Time spent: ~16hrs

Submission checklist ✅ User can Signup, Login and Logout with input validation ✅ Session and user accounts are persisted in a data store ✅ User can create and edit a blog post ✅ User can view blog posts with details on their Profile ✅ User can comments on their blog posts on their Profile ✅ User can view a anyone's blog with posts and comments at the specified url ✅ Logged In users can comment on any blog post

Optional: ✅ User's passwords are secured additionally with a blacklist, salt and pepper

Thanks, Nikhilesh

codepathreview commented 9 years ago

:+1: nice work. The goal of this assignment was to learn how to implement local authentication, interact with a data store, and render a webUI. In addition, you explored using middleware to facilitate common HTTP functionality. Over the next few weeks, we'll be focusing on more complex integrations and realtime functionality that we find in modern APIs and web apps.

Here's a checklist of things that I'm looking for in this project. You should review the checklist, and make any changes to your project, if necessary.