-
Clone the repository.
-
Install dependencies using
go mod tidy
.
-
Open terminal and type
mysql -u (your username) -p (your pass)
-
Create database
create database quiz_db
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