Giter Club home page Giter Club logo

database-course-project's Introduction

BLG317E-Project

Introduction

This is our group project for BLG317E class. In the project, we are supposed to use a dataset and create a website from it. The website is supposed to have CRUD functionality, and extra features can be added if we want. The data that we used was from this repo. For the frontend, we used JavaScript and the React library, which was optional. As for the backend, we used Python and Flask, which was mandatory for the course.

Setup

To setup the project first create the docker images using makefile. There are 2 necessary docker images need to be running for the application to work: mysql and frontend. To build and start these images follow instructions below:

make mysql
make frontend-build

In order for the database to work it needs to have the tables inside it. In order to create the database run the following command

make createdb
docker exec -it fifa-mysql mysql -u root --password=root

After these instructions you will be in the mysql interface. Then we need to copy all the data inside data.sql. So select fifa database and paste the data.sql inside mysql. After these operations the mysql server should be ready.

Then to start the servers and see the page run the following make instruction:

make start-servers

Main Features

The main features of the project include:

  • Live showcasing of CRUD operations on various tables through updating the frontend and the backend.
  • Sorting and filtering capabilities.
  • Implementation of scroll pagination.
  • Implementation of a Smart search bar.
  • Validation of inputs.
  • Statistical calculations.

database-course-project's People

Contributors

danaaljasem avatar milkygraph avatar abdullahsh20 avatar ragibglv avatar rmzntas 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.