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

https://github.com/petereb/simple-twitter


https://github.com/petereb/simple-twitter

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# simple-twitter

The simple twitter.

## Quick Start

1. Install Docker and Docker Compose
2. `git clone https://github.com/PeterEB/simple-twitter.git`
3. `cd simple-twitter`
4. `docker-compose up --build`
5. Visit `http://127.0.0.1:3000/graphql` to test GraphQL APIs

## Documentation

- [Tweet](https://github.com/PeterEB/simple-twitter/blob/master/tweet-service/doc/tweet.md)
- [User](https://github.com/PeterEB/simple-twitter/blob/master/tweet-service/doc/user.md)