Skip to content

afiqbomboloni/api_quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz Api

Installation

  1. Clone the repository.

    git clone https://github.com/afiqbomboloni/api_quiz.git

  2. Install dependencies using go mod tidy.

Set Up Database

  1. Open terminal and type

    mysql -u (your username) -p (your pass)

  2. Create database

    create database quiz_db

Running the Application

To start the application, use the following command:

go run cmd/main.go

The application will run on http://localhost:8080 by default.

To run seeder for create ADMIN, use the following command:

go run db/seeders/main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages