Code Monkey home page Code Monkey logo

presensiapp_backend's Introduction

Presensi App Backend

Presensi App Backend is an admin panel to maintain Presensi App & Dosen QRCode App which was built using Flutter.

Stacks

  • CodeIgniter 4
  • AJAX
  • Bootstrap 5
  • Admin LTE 3

Project Structure

.
├── app                     # ci app folder
    ...
├── envs                    # env files
├── Modules
    ├── Admin               # admin module, for admin panel
        ├── SubModule       # each sub module has its own controllers, models and views
            ├── Controllers 
            ├── Models      
            ├── Views       
    ├── Api                 # api module, for REST API
    ├── Pub                 # pub module, for no-need-auth page ex. Login page
    ├── Shared              # shared module, for common functionality shared between module
├── public                  # ci public folder
├── system                  # ci system folder
├── vendor                  # composer stuff
├── writeable               # ci writeable (I never use this)

The project structure above is called HMVC, which stands for Hierarical Model View Controller, which will divided each feature on its own module

Features

  • Auth
  • Dashboard
  • User Management
  • Master Data Management
  • Student Management
  • Teacher Management
  • Schedule Management
  • Present Monitorer

REST API

DB Structure

Screenshots

presensiapp_backend's People

Contributors

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