Giter Club home page Giter Club logo

collectionmanager's Introduction

README

This README would normally document whatever steps are necessary to get the application up and running.

Items in my Collection:

User: The model of a User. Stores Name and email address. Book: The model for a book. Has title, author, genre, and publication date. Bookshelf: Model of a bookshelf. Has a title.

A User can have many bookshelves, and a bookshelf belongs to one user. A User has no direct relationship with an individual book. A bookshelf has and belongs to many books, and books also have and belong to many bookshelves.

The point of this collection is that a User will be able to curate their own bookshelves of books and organize them however they see fit. The bookshelves will contain many books, and these books will also belong to many bookshelves, so the users can see which other users have read the same books as them.

I have the books being created by parsing in a csv file. I have it testing with a small file of about 30 books right now, but it has worked with the large csv file of 240K books. A user can log in with a username and password, and if that combination doesn’t exist it will prompt them. They can create bookshelves and browse books, but I’m having trouble linking up the three models using the relations I have set up. I can print all the bookshelves that belong to each book, and vice-versa I can print out each book that’s on a bookshelf. A bookshelf will have the current user set as an owner when it is created.

collectionmanager's People

Contributors

timwaterman avatar

Watchers

Zach avatar  avatar

Forkers

fennilin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.