LandazuriPaul / ardus

Motus en ardu !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ardus

« Motus mais plus ardu ! »

Commands

The repository exposes 2 commands defined in the cmd folder.

cli

To test the core logic around selecting a mystery word within a dictionary and testing a user input against it.

go run cmd/cli/cli.go

server

To run the server:

go run cmd/server/server.go

If you want specific configurations, you can have a local.env file based on the example.env one.

You can have more environment configuration and choose the one you want to use with the ARDUS_ENVIRONMENT environment variable (which defaults to local if not set):

ARDUS_ENVIRONMENT="prod" go run cmd/server/server.go

About

Motus en ardu !


Languages

Language:JavaScript 91.2%Language:Go 5.1%Language:CSS 2.7%Language:HTML 0.9%Language:Shell 0.1%