This is a backend service for hosting images, built using Golang and the Gin framework.
- Clone the repository:
git clone https://github.com/Stepashka20/image-hosting-server
- Install dependencies:
go get
- Fill .env file
cp .env.example .env
- Set up a MongoDB database: create
imageclouddb andimage_groups,imagescollections - Start the server:
go run main.go
The frontend for this project can be found here
This project is licensed under the MIT License.