Open duylebao opened 9 years ago
Hey
Can you pls do a proper submission with correct README and Gif? The README should give details about time spent on the project, list of all required stories with completed stories ticked as done(same for optional stories if applicable), and then a walkthrough GIF. In your case the list of required stories with completed stories marked is missing. Pls update status here when you have fixed the README and I will be happy to grade your submission then.
Thanks
i dont understand, is my walkthrough gif not working for you? it is about 5 minutes so it is big file. the gif walks through each requirements.
/cc @codepathreview @codepath
in addition, my readme is very detailed and it has 13 hours spent, am i seeing something different from you?
/cc @codepathreview @codepath
Ok, I updated base on the template provided from the nodejs-blogger-starter project.
/cc @codepathreview @codepath
:+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 faciliate 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.
module.exports
. Your modules should reveal the minimum interface and only expose things that must be used by other modules.*Sync
calls anywhere in your code, and no require
calls except at the top of each module file."dependencies"
. When installing dependencies, use the --save
option: npm install --save somepackage
.req
or res
into a reusable composable middleware: (req, res, next)=>{}
.isLoggedIn
or equivalent route middleware: app.post('/post/:postId', isLoggedIn, ...)
My app is complete. /cc @codepathreview @codepath Name: Duy Le Company: @WalmartLabs email: dle@walmartlabs.com