MwansaMwango / sequelize-reverse-engineering

Walk through tutorial explaining sequelize authentication code base.

Home Page:https://drive.google.com/file/d/1dVNnUNIwfprnSNnHXf682kfkurKm-LDG/view?usp=sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit 14 Sequelize Homework: Reverse Engineering Code

Reverse engineer the starter code provided and create a tutorial for the code.

In the Develop folder, there is starter code for a project. Begin inspecting the code to get an understanding of each file's responsibility. Then, in a Google Doc, write a tutorial explaining every file and its purpose. If one file is dependant on other files, be sure to let the user know.

At the end of the tutorial, add instructions for how you could now add changes to this project.

Following the common templates for user stories, we can frame this challenge as follows:

AS A developer

I WANT a walk-through of the codebase

SO THAT I can use it as a starting point for a new project

Business Context

When joining a new team, you will be expected to inspect a lot of code that you have never seen before. Rather than having a team member explain every line for you, you will dissect the code by yourself, saving any questions for a member of your team.

Acceptance Criteria

GIVEN a Node.js application using Sequelize and Passport
WHEN I follow the walkthrough
THEN I understand the codebase

About

Walk through tutorial explaining sequelize authentication code base.

https://drive.google.com/file/d/1dVNnUNIwfprnSNnHXf682kfkurKm-LDG/view?usp=sharing


Languages

Language:JavaScript 81.0%Language:HTML 18.8%Language:CSS 0.2%