Skip to content

breeze-social/flutter-case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breeze Flutter Developer Case — API

This is the backend for the assignment Flutter Developer applicants make as part of the application process.

Running the API

Option A: Pre-built executable

Pre-built binaries are in the api/bin/ directory. Run the one matching your platform:

macOS (Apple Silicon):

./api/bin/api-macos-arm64

macOS (Intel):

./api/bin/api-macos-amd64

Windows:

api\bin\api-windows.exe

On macOS, you may need to allow the executable in System Settings > Privacy & Security if you get a security warning.

Option B: Run from source

Requires Go to be installed.

From the api/ directory:

go run .

Verifying the API

The API starts on http://localhost:9000.

Verify it's running: http://localhost:9000/ping (should return {"message": "pong"}).

To reset match data: GET http://localhost:9000/reset.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors