ProjectĀ Ā Ā |Ā Ā Ā TechsĀ Ā Ā |Ā Ā Ā How to useĀ Ā Ā |Ā Ā Ā License
š ReadingĀ BooksĀ managesĀ theĀ booksĀ you areĀ reading
[x] As a user I can create a book
[x] As a user I can see the details of a book
[x] As a user I can update a book
[x] As a user I can delete a book
[x] As a user I can see all my books
[x] As a user I can put a book on my "To read" list
[x] As a user I can put a book on my "Reading" list
[x] As a user I can put a book on my "Read" list
- Ruby
- Ruby on Rails
- SQLite3
git clone https://github.com/flaviogf/reading_books.git
cd reading_books
bundle install
rails webpacker:yarn_install
bin/rails db:migrate
bin/rails db:seed
bin/rails server
# It's running at http://localhost:3000
This project contains the MIT license. See the file LICENSE.