Skip to content

aliuygur/paribu-case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classroom

Classroom is a students and teachers management system.

Installation

If you have Go installed and configured, you can install Classroom with the following command:

the minimum version of Go required is 1.11. If you don't have Go installed, you can download the latest version from here.

before Go 1.17

go get github.com/alioygur/paribu-case/cmd/classroom

after Go 1.17 (with Go modules)

go install github.com/alioygur/paribu-case/cmd/classroom@latest

There are also pre-built binaries available for download on the /bin directory of this repository.

Development

Running the app

To run the app locally, you need to have Go installed.

Then, run the following commands:

$ make run

Running the tests

To run the tests, run the following command:

$ make test

Building the app

To build the app, run the following command:

$ make build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published