Code Monkey home page Code Monkey logo

congenial-broccolis's Introduction

Personal Library by Congenial Broccolis

Roster

  • Wen Hao Dong (PM) - Flask app
  • Rachel Xiao - SQLite Database
  • Austin Ngan - Flask app
  • Liesel Wong - Bootstrap/Jinja

Description

An online library containing a personalized selection list of books and movies. Each user has their own personal library, which has only the books and movies they added to. They can add these via a search or by looking through other users’ libraries. The user can mark a book or movie as finished or not finished. Users can also remove books or movies from their library.

API Cards

Launch Codes:

  1. Activate virtual environment: source <name>/bin/activate or source <name>/Scripts/activate for Windows
    • If you don't have a virtual environment, create one: python3 -m venv <name>
  2. Clone this repository: git clone https://github.com/Cabidge/congenial-broccolis.git
  3. Cd into the repo directory: cd congenial-broccolis
  4. Install the required modules: pip install -r requirements.txt
  5. Cd into app directory: cd app
  6. Start the Flask server: python3 __init__.py
  7. In a browser, paste in https://127.0.0.1:5000/

Demo Set-up:

  1. Cd into app directory if not already in: cd app
  2. Copy demo database file: cp demo_database.db database.db

This database file contains two premade accounts with a prefilled library of entries. The account details are (username;password):

  • demo;a
  • demo2;a

congenial-broccolis's People

Contributors

rachelxiao907 avatar cabidge avatar lieselwong avatar austinngan avatar

Watchers

 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.