Skip to content

nmuchiri/project-4-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

books_app

ERD

USER STORIES

This is an app where the user will upload information about books they have read. They will be able to delete the book and edit the book information.

Routes and Models

CRUD VERB ROUTE FUNCTION
GET / HOME PAGE
GET /AUTH/LOGIN LOGIN PAGE
POST /AUTH/LOGIN SIGN IN EXISTING USER
GET /AUTH/SIGNUP SIGN UP PAGE
POST /AUTH/LOGOUT LOG OUT USER
GET /PROFILE SHOWS LOGGED IN USER AND BOOKS
POST /BOOK PAGE WITH FORM TO ENTER IN NEW BOOK
GET /BOOK/:ID SHOWS A FAVORITED BOOK & INFO
DELETE /BOOK/:ID REMOVES BOOK FROM DATABASE
PUT /BOOK/:ID ALLOWS USER TO UPDATE BOOK INFO

Wireframes

Home Page

Signup/ Login Page

Add a book page

Profile

One Book

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages