Giter Site home page Giter Site logo

crunz-ui's Introduction

crunz-ui

This is a web-based interface for Crunz library - implemented with Laravel.

Screenshot

Installation

To install it, clone it:

git clone [email protected]:lavary/crunz-ui.git .

Then, install the dependencies:

composer install

The next step is setting your application key:

php artisan key:generate

You also need to make sure you web server can write to the directories within the storage/ and bootstrap/cache/ directories, otherwise the application will not run.

Configuration

The only configuration needed is your database credentials, which you'll need to put in your .env file. To do this, just make a copy of .env.example and save it as .env, then put your database credentials in place.

Migration

To create the tasks table, you'll just need to run the migration:

php artisan migrate

Run the App

To run the application, you should create a virtual server in Nginx or Apache, or just use PHP's built-in server:

php -S localhost:8000 -t public

The parameter -t public option refers to the application's public directory - where index.php resides.

As a result, the application will be accessible via http://localhost:8000.

Fetching the Events in JSON format

Crunz-Ui also provides a sample endpoint for fetching the stored events in the database; To get the events in JSON format, just access this URL: http://localhost:8000/api/v1/tasks

Sample Task File

There is also a sample "dynamic" task file in tasks/ directory, which shows how the fetched records are converted to events using the task builder. You can just copy this file and change the endpoint URL or create your own.

Authentiction

Crunz-Ui doesn't implement any authentication system. Feel free to implement your desired authentication mechanism for your instance.

If You Need Help

Please submit all issues and questions using GitHub issues and I will try to help you.

License

Crunz-Ui is free software distributed under the terms of the MIT license.

crunz-ui's People

Contributors

lavary avatar

Watchers

James Cloos avatar  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.