Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 363 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 363 Bytes

Investment Tools - Backend

We use gin for the web server

Development

Start Development Server

make dev

Verify the server is running by

curl http://localhost:8000/ping

Format and Lint

Before committing the code, run format and linter first and fix the issues:

make format
make lint