online-streaming

command module
v0.0.0-...-e07d330 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 6 Imported by: 0

README

Online Streaming

The Online Streaming API provides endpoints to manage users and films on an online streaming platform. With this API, users can sign up, log in, search, and view movie details, among other functionalities.

Installation

Make sure you have Docker and Postgres installed on your system before starting.

Launch PostgreSQL database in Docker container
docker run --name postgres -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgre
Install dependencies

go mod download

Launch project
air .
Creating tables

Launching the project itself will create the tables in the database.

An SQL script is attached for creating the database and inserting initial data.

Postman Collection

A Postman collection is included for testing the API.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL