Welcome to the Favorite Books!!!
This is a fully functionnal CRUD application built with Sinatra's framework
Favorite Books lets you sign up and create your favorite books(book name, genre...) by creating a account and have the amability to save and modify there own books. you can view edit and delete your own entries but only view other people's entries.This application is meant to create easy and simple lists.
Clone the repo $ git clone https://github.com/germilasaintjean/favorite_books_sinatra.git
$ cd favorite_books/
run "bundle install"
run 'rake db:migrate'
run 'shotgun' and open the link on your browser
*When you open the project you will see the welcome Page *You have the choice signup if you are new or login with your account if you get alraedy a account *when you login with you correct username and password you can create a book(name and genre) *You can edit or delete this book again *You can add a list of books like favorite *You will see the books or lists by users on the home page *You can log out