Thream / file-uploads-api

Thream's application programming interface (API) to upload files.

Home Page:https://file-uploads-api.thream.theoludwig.fr/documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thream/file-uploads-api

⚠️ This project is not maintained anymore, you can still use the code as you wish and fork it to maintain it yourself.

Licence MIT Contributor Covenant

Conventional Commits semantic-release

📜 About

Thream's application programming interface (API) to upload files.

⚙️ Getting Started

Prerequisites

Installation

# Clone the repository
git clone git@github.com:Thream/file-uploads-api.git

# Go to the project root
cd file-uploads-api

# Configure environment variables
cp .env.example .env

# Install
npm install

You will need to configure the environment variables by creating an .env file at the root of the project (see .env.example).

Usage

npm run dev

Services started

Production environment (with Docker)

docker compose up --build

💡 Contributing

Anyone can help to improve the project, submit a Feature Request, a bug report or even correct a simple spelling mistake.

The steps to contribute can be found in CONTRIBUTING.md.

📄 License

MIT

About

Thream's application programming interface (API) to upload files.

https://file-uploads-api.thream.theoludwig.fr/documentation

License:MIT License


Languages

Language:TypeScript 95.3%Language:Dockerfile 4.0%Language:Shell 0.8%