Fork and Clone the Repository
Checkout to a new branch
Run NPM Install to install the needed dependencies
An Application that allows you to be able create packing list for military movements.
Sign Up: If you're a first time user, sign up with your email and password.
Sign In: If you're already registered, congrats! Click 'Sign In.' Change your password if needed.
Creating a Item: Create your own Item and make edits/delete if desired.
Show a list of your items and are able to click on them to show the description
User will be able to sign up.
User will be able to sign in, sign out and change password.
User will create a item and be able to edit/delete items.
User will be able to show the list of items
Entity Relationship Diagram
ERD
User Authorization Routes
HTTP Method
URL Path
Result
Action
POST
/sign-up
create account
create
POST
/sign-in
get single account
show or retrieve
DELETE
/sign-out
delete account
destroy
PATCH
/change-password
update password
update
HTTP Method
URL Path
Result
Action
GET
/lists
read list of items
index or list
GET
/list/:id
read single item
show or retrieve
POST
/create-list
create list
create
PATCH
/list/:id
update list
update
DELETE
/list/:id
delete list
destroy
Opportunities for Future Iterations
Use encryption to document Sensitive Item SN's