Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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