https://github.com/gppeixoto/in0984
public repo for in0984 coursework
https://github.com/gppeixoto/in0984
golang microservice rest-api trending-topics twitter
Last synced: 3 months ago
JSON representation
public repo for in0984 coursework
- Host: GitHub
- URL: https://github.com/gppeixoto/in0984
- Owner: gppeixoto
- License: mit
- Created: 2018-05-13T17:52:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T03:13:06.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T12:43:35.593Z (almost 2 years ago)
- Topics: golang, microservice, rest-api, trending-topics, twitter
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# in0984
Simple REST API that matches incoming texts with trending topics on Twitter.
## Development
### Dependencies
This project uses Go 1.9. We recommend using [update-golang](https://github.com/udhos/update-golang) to install Go.
### Quickstart
* Install [dep](https://github.com/golang/dep) for development (dependency management)
* Setup the dependencies by running `dep ensure`
* Replace the `.env.template` file with a `.env` properly configured (secrets, credentials, etc.)
* Build and serve the project locally running `make serve-local`.