https://github.com/luissimas/golang-movies-api
A simple REST API implemented as a way to learn Go.
https://github.com/luissimas/golang-movies-api
Last synced: 4 months ago
JSON representation
A simple REST API implemented as a way to learn Go.
- Host: GitHub
- URL: https://github.com/luissimas/golang-movies-api
- Owner: luissimas
- Created: 2023-08-16T00:23:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T12:52:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T07:42:42.903Z (5 months ago)
- Language: Go
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+title:Movies API
This is a simple example REST API built as a way to learn Go.** TODO Domain problem
** TODO Project structure
** TODO Running locally