Giter Site home page Giter Site logo

meda123 / booklist Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 8.45 MB

Book log and recommendations site - Hackbright project! As a long time reader I wanted to build a user-friendly reading list that helped users track books they would like to read!

Python 13.94% HTML 9.30% JavaScript 75.58% CSS 1.18%
goodreads-api python html5 css typeahead beautifulsoup

booklist's Introduction

BookList

BookList is the 4 week project that I completed during my time as an software engineering fellow at Hackbright. BookList is a reading list and book recommendations site, ideally by knowing what to read next you spend less time finding your next read and read more books. BookList is powered by the Typeahead Javascript library and the Goodreads API so that a user does not have to spend time remembering book titles/authors and can add a book to their reading list on the go.

Contents

Technologies [Database Model](#database model) Features Installation Technologies

Backend: Python, Flask, PostgreSQL, SQLAlchemy, Beautiful Soup Frontend: JavaScript, jQuery, AJAX, Jinja2, Bootstrap, HTML5, CSS3, Typeahead JS APIs: Goodreads

Features

Homepage

alt text

Dashboard

alt text alt text

View Lists

alt text

Installation

Install PostgreSQL (Mac OSX)

Clone or fork this repo:

https://github.com/meda123/BookList Create and activate a virtual environment inside your BookList directory:

virtualenv env source env/bin/activate Install the dependencies:

pip install -r requirements.txt Sign up to use the Goodreads API (https://www.goodreads.com/api)

Save your API key in a file called secrets.sh using this format:

export APP_ID="YOUR_KEY_GOES_HERE" Also in secrets.sh add the infomration for the mail server you want to use in this format:

Source your keys from your secrets.sh file into your virtual environment:

source secrets.sh Set up the database:

python model.py Run the app:

python server.py You can now navigate to 'localhost:5000/' to access BookList.

booklist's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.