Categorygithub.com/cshekharsharma/KBC
modulepackage
0.0.0-20230817102913-6d5cddfa6d7d
Repository: https://github.com/cshekharsharma/kbc.git
Documentation: pkg.go.dev

# README

KBC

This is a sample KBC (Kaun Banega Crorepati) webapp written in golang.

The code quality is very rough, but it gets the work done! \m/

Installation

  • Create a MySQL database kbc, and import tables/data from SQL files of Migration folder.
  • Update appropriate credentials in ./config/database.ini file.
  • Run [bin](./build.sh to build the application, and that will create the runnable binary in bin folder.
  • Run KBC binary from bin folder, using command line.
  • Open localhost:8080 URL in web browser, and KBC works!

License

This library is distributed under the MIT license found in the LICENSE file.

# Packages

No description provided by the author