Skip to content

Seyhahaa/file-sharing

Repository files navigation

Express Setup with Docker Compose

Setup ENV

cp .env.example .env

Fill the google api service and amazone service for store image

(I).Build Project using docker

Your computer must have docker

docker compose build

Run Project

docker compose up -d

(II).Build Project using npm

using node 22

npm install
npm run dev

Run Project

npm run start

Read the api documentation

localhost:5000/docs/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published