Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateusz-szczyrzyca/simple-twitter-api
Simple twitter like API written in Go and with simple deployment automation (Makefile and ansible) and tests
https://github.com/mateusz-szczyrzyca/simple-twitter-api
ansible cockroachdb twitter-api
Last synced: 24 days ago
JSON representation
Simple twitter like API written in Go and with simple deployment automation (Makefile and ansible) and tests
- Host: GitHub
- URL: https://github.com/mateusz-szczyrzyca/simple-twitter-api
- Owner: mateusz-szczyrzyca
- Created: 2020-06-14T18:05:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T18:09:43.000Z (over 4 years ago)
- Last Synced: 2024-10-30T22:30:56.935Z (2 months ago)
- Topics: ansible, cockroachdb, twitter-api
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: docs/Security.md
Awesome Lists containing this project
README
## What's this
Very dirty and simple Twitter like API in Go. Only PoC, not for prod!
One of my legacy projects from the past.It comes with deployment playbooks and Makefiles and it's intended to show
how deployment process can be done using such tools.API works (and api tests as well)
## Documentation
Documentation is stored in `docs` directory.[Application.md](https://github.com/mateusz-szczyrzyca/simple-twitter-api/blob/master/docs/Application.md) - describes application, how it works, etc
[Database.md](https://github.com/mateusz-szczyrzyca/simple-twitter-api/blob/master/docs/Database.md) - describes database which is used here
[Installation.md](https://github.com/mateusz-szczyrzyca/simple-twitter-api/blob/master/docs/Installation.md) - describes deployment ways (local or non local).
Details of current working deploy are sent by email[API.md](https://github.com/mateusz-szczyrzyca/simple-twitter-api/blob/master/docs/API.md) - API endpoints documentation
[Security.md](https://github.com/mateusz-szczyrzyca/simple-twitter-api/blob/master/docs/Security.md) - Important security information