Skip to content

Yangiboev/todo

Repository files navigation

Golang Golang TODO app 🚀

👨‍💻 Full list what has been used:

  • echo - Web framework
  • swag - Swagger
  • sqlx - Extensions to database/sql.
  • pgx - PostgreSQL driver and toolkit for Go
  • viper - Go configuration with fangs
  • zap - Logger
  • validator - Go Struct and Field validation
  • jwt-go - JSON Web Tokens (JWT) -- For further development
  • uuid - UUID
  • migrate - Database migrations. CLI and Golang library.
  • bluemonday - HTML sanitizer
  • testify - Testing toolkit
  • gomock - Mocking framework
  • Docker - Docker

Recomendation for local development most comfortable usage:

    make local // run all containers
    make run // it's easier way to attach debugger or rebuild/rerun project

🙌👨‍💻🚀 Docker-compose files:

docker-compose.yml - run docker development environment

Docker development usage:

    make docker

Local development usage:

    make run

Local test:

    make test

SWAGGER UI:

If you run locally:

https://localhost:5050/swagger/index.html

Checkout:

https://app.danke.uz/swagger/index.html

About

Simple Todo app in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published