Git Product home page Git Product logo

charlesyaas / extraordinary-raport-service Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shellrean/extraordinary-raport-service

0.0 0.0 0.0 484 KB

Extraordinary-raport-service (REST-API) adalah aplikasi yang melayani management penilaian siswa, ini akan menjadi pusat data dari penilaian, rekapitulasi, statistika. aplikasi mengimplementasikan clean code.

License: MIT License

Go 100.00%

extraordinary-raport-service's Introduction

Extraordinary-raport-service

Extraordinary-raport-service adalah aplikasi yang melayani management penilaian siswa (sikap dan perkembangan capaian) dengan adanya aplikasi ini rekapitulasi dan statistika menjadi lebih mudah. Sebagai service tentu saja ini tidak hanya dipakai untuk 1 aplikasi client tetapi dapat menjadi data utama dari banyak aplikasi nantinya

Installation

Clone aplikasi kemudian jalankan

$ git clone https://github.com/shellrean/extraordinary-raport-service.git
$ cd extraordinary-raport-service 
$ go run app/main.go

Pastikan directory storage writeable 775

Configuration

Create config.yml file

# Server config
server:
  host: 127.0.0.1
  port: 9000
  timeout:
    server: 30
    read: 15
    write: 10
    idle: 5
# Security config
security:
  cors: 
    host: "*"
    method: "POST, OPTIONS, GET, PUT, DELETE"
# Database config
database:
  username: "postgres"
  password: ""
  dbname: ""
  host: "localhost"
  port: "5432"
  timezone: "Asia/Jakarta"
# Cache config
redis:
  enable: false
  password: ""
  dbname: 0
  host: "localhost"
  port: "6379"
# Context config
context:
  timeout: 2
# Release config
release: true

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

extraordinary-raport-service's People

Contributors

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