Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khussa1n/todo-list
Todo app
https://github.com/khussa1n/todo-list
gin go mongodb suite
Last synced: about 1 month ago
JSON representation
Todo app
- Host: GitHub
- URL: https://github.com/khussa1n/todo-list
- Owner: khussa1n
- Created: 2023-08-07T09:39:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T13:13:05.000Z (over 1 year ago)
- Last Synced: 2024-06-20T22:28:51.524Z (6 months ago)
- Topics: gin, go, mongodb, suite
- Language: Go
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Todo List
By Khussain Kudaibergenov | Хусаин Кудайбергенов
### Getting started
```
make up
```
### Unit tests```
make test
```
### Integration tests```
make test.integration
```### Swagger Documantaion
```
http://localhost:8080/swagger/index.html
```