Skip to content

rkd-sh64/obscyra-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obscyra API Server

This is the backend server for Obscyra, a secure file-sharing platform built in Go. It provides RESTful APIs for user authentication, file uploads, and file management.

API Documentation

  • The API is fully documented with Swagger.
  • Access the interactive documentation at /docs/index.html once the server is running.
  • After updating handlers or adding endpoints, please add necessary comments and regenerate the documentation with:
swag init -g cmd/server/main.go
  • Commit the generated docs/ directory to keep the documentation in sync with your code.

Docker Setup

If you're running the server using the Dockerfile in server/, follow these steps:

  1. Build the server image:
docker build -t obscyra-server .
  1. Run the server container:
docker run --env-file .env -p 8080:8080 --name obscyra-server obscyra-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •