GithubHelp home page GithubHelp logo

kacperfaber / mithril-sql-presentation Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 226 KB

🏫Interactive presentation I made as homework for school🏫

PHP 9.47% TypeScript 85.62% JavaScript 1.58% CSS 2.11% HTML 1.23%
mithril mithriljs mysql php sql typescript webpack babel

mithril-sql-presentation's Introduction

mithril-sql-presentation

Presentation I made as homework for school about SQL.
Introducing interactive console where we can execute real SQL queries.


Besides it's my first ❤ mithril project

See screenshots

See screenshots

Installation

First clone the repo.

git clone https://www.github.com/kacperfaber/mithril-sql-presentation && cd mithril-sql-presentation

App configuration

Setup project

npm ci

Server configuration

You need API when you want to enable interactive SQL console.
API is included in the /api directory.

You don't have to enable API unless you don't want to use interactive console.

api-settings.json

Place this file with api.php in the same directory.

// /api-settings.json
// Place this file at the same directory, where api.php is located
{
    "username": "string",
    "password": "string",
    "port": "number",
    "host": "string",
    "temp_db_name": "string",
  
    // URL when app is running.
    // For example http://localhost:3000
    "cors": "string" 
}

Everything is done. The last step is to connect with API in application. Click the settings button.

Run app locally

npm run run

Screenshots

Author

Kacper Faber

mithril-sql-presentation's People

Contributors

kacperfaber 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.