README ¶ Go Public API Todo This is a Todo list public API written on Golang. You can rebuild it and save it for your own project, or you can use it directly for your Frontend project. Direct API endpoint: https://todoapi.rozik.in How to use it - Use the public API Read API documentation on api.json. The API endpoint is https://todoapi.rozik.in Autenthicate yourself with simple authentification https://todoapi.rozik.in/login with method POST and form data username: admin and password: admin Save the token. Do the request with the token as an Authorization Bearer If you want to try the graphQL, you can visit: https://todoapi.rozik.in/gql_play with query endpoint https://todoapi.rozik.in/gql_query - Rebuild the API Pull or copy the repository Create your own .env file from the example.env file. (don't use username root) Do docker-compose "docker-compose up" Access your API from http://localhost:8200 Read API documentation on api.json Autenthicate yourself with simple authentification http://localhost:8200/login with method POST and form data username: admin and password: admin Save the token. Do the request with the token as an Authorization Bearer Expand ▾ Collapse ▴ Documentation ¶ Overview ¶ * * Use this function to build your own environment * * Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis app config controller database graph generated model helper model claim web repository service test utils Click to show internal directories. Click to hide internal directories.