https://github.com/theantichris/todo-api
Simple TODO app API written in Go.
https://github.com/theantichris/todo-api
database go golang mongo mongodb
Last synced: about 2 months ago
JSON representation
Simple TODO app API written in Go.
- Host: GitHub
- URL: https://github.com/theantichris/todo-api
- Owner: theantichris
- License: mit
- Created: 2020-03-09T14:18:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T15:32:17.000Z (over 6 years ago)
- Last Synced: 2023-06-28T20:01:41.647Z (about 3 years ago)
- Topics: database, go, golang, mongo, mongodb
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo-api
Simple TODO app API written in Go.
## Database
To start the database using Docker run:
```bash
docker run --rm -it -v mongo:/data/db -p 27017:27017 mongo
```