Skip to content

NKTKLN/todo-api

Repository files navigation

📋 ToDo API

💾 Prerequisites

⚙️ Running api

  • 🐳 Run in Docker

    make docker-build
    
  • 📄 Build to binary file

    make build
    
  • 💻 Local run

    make run
    
  • 🧪 Test run

    make test
    

📃 License

All my apps are released under the MIT license, see LICENSE.md for full text.