Giter Club home page Giter Club logo

casebook's Introduction

Casebook

Backend for our team's EECS 341 (Databases) final project at Case Western Reserve University.

Running the Backend

Clone the repository

git clone https://github.com/marklalor/casebook.git && cd casebook

Install Python requirements

Casebook requires python 3.7.0 or higher.

After installing python 3.7.0 or higher, install all requirements:

pip install -r requirements.txt

Install and setup MySQL

Install the MySQL database.

Modify the casebook/db/database.ini file with the host, username, and password corresponding to your own MySQL installation.

Initialize the database

Then you must initialize the database (optionally with test data)

The following command will delete any existing database, initialize a new one with the proper schema, and then fill in some test data:

python casebook/db/db.py delete init fill

To initialize without the test data, the following will suffice:

python casebook/db/db.py delete init

Running the server

Then run the gunicorn server (gunicorn should be on your path after the previous pip install):

gunicorn --bind 0.0.0.0:8000 wsgi

Running and using the frontend

Frontend code and instructions located here: https://github.com/BriungRi/casebook-web

casebook's People

Contributors

rowdyrotifer avatar dfan14051 avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

dfan14051

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.