Description
This is the new API repository for Feel the Movies. Written in Go, totally open source.
feelthemovies alternatives and similar packages
Based on the "Web Frameworks" category.
Alternatively, view feelthemovies alternatives based on common mentions on social networks and blogs.
-
Gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. -
Iris
The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket: -
Gorilla WebSocket
DISCONTINUED. A fast, well-tested and widely used WebSocket implementation for Go. -
GoFr
An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability. -
goa
Design-first Go framework that generates API code, documentation, and clients. Define once in an elegant DSL, deploy as HTTP and gRPC services with zero drift between code and docs. -
Huma
A modern, simple, fast & flexible micro framework for building HTTP REST/RPC APIs in Go backed by OpenAPI 3 and JSON Schema. -
Faygo
Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc. -
go-server-timing
DISCONTINUED. Go (golang) library for creating and consuming HTTP Server-Timing headers
InfluxDB – Built for High-Performance Time Series Workloads

Do you think we are missing an alternative of feelthemovies or a related project?
README
This is the new API repository for Feel the Movies. Written in Go, totally open source.
App
Currently available for Android only. I have plans for an iOS version, since the application was written in React Native, it should be no problem to release a version in the future.
Installation
Change the values of environment variables in the .env file if desired.
Make sure that you have Docker and Docker Compose installed and then run the following command:
$ docker-compose up -d
That's it! Wait for the API container to be ready and check url: localhost:8000/v1/recommendations.
To recompile, run:
$ docker-compose up -d --build
Build
Run the command below and check the binary in the dist folder.
$ make build
Contributing
To start contributing, please check CONTRIBUTING.
License
MIT
*Note that all licence references and agreements mentioned in the feelthemovies README section above
are relevant to that project's source code only.