Skip to content

LandazuriPaul/ardus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published