GithubHelp home page GithubHelp logo

hybrid-files's Introduction

hybrid-files

A hybrid file storage solution for maintaining files locally and on the cloud.

Alpha Demo Video (May 19, 2023)

Project Setup

Create / seed database

Open MySQL Command line as root user

SOURCE project_path/schema.sql

Where project_path is the path to this project

Windows Example - Path must use forward slashes, unquoted, spaces allowed

SOURCE C:/Users/bissu/gitlab/hybrid-files/schema.sql;

Dev Setup

Make sure you're in the app sub-directory

$ cd app/

Install required packages

$ npm install

To run the dev build

$ npm run dev

To build for production

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

Assignment SQL Requirements

# Description Statisfying Area
1 Print/display records from your database/tables All Pages
2 Query for data/results with various parameters/filters File Filters
3 Create a new record All pages
4 Delete records (soft delete function would be ideal) All Pages
5 Update records All Pages
6 Make use of transactions (commit & rollback) Insert File
7 Generate reports that can be exported (excel or csv format) N/A
8 One query must perform an aggregation/group-by clause User Groups
9 One query must contain a subquery N/A
10 Two queries must involve joins across at least 3 tables Views
11 Enforce referential integrality (PK/FK Constraints) Satisfied
12 Include Database Views, Indexes User Groups View
13 Use at least 5 entities Satisfied

Development Mentions

  • group and file turned out to be reserved keywords and provided some trouble when creating tables with those names

hybrid-files's People

Contributors

bissuetox avatar

Stargazers

 avatar Gilberto Arellano 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.