2
1
mirror of https://github.com/Thream/file-uploads-api.git synced 2024-07-06 21:00:10 +02:00
Thream's application programming interface (API) to upload files. https://file-uploads-api.thream.divlo.fr/documentation
Go to file
2023-07-02 18:23:59 +02:00
.github fix: update dependencies to latest 2023-07-02 18:23:20 +02:00
.husky fix: update dependencies to latest 2023-01-11 00:24:19 +01:00
.vscode chore: initial commit 2022-04-08 17:54:56 +02:00
src fix: update dependencies to latest 2023-07-02 18:23:20 +02:00
uploads chore: initial commit 2022-04-08 17:54:56 +02:00
.commitlintrc.json chore: initial commit 2022-04-08 17:54:56 +02:00
.editorconfig chore: initial commit 2022-04-08 17:54:56 +02:00
.env.example build(deps): add @semantic-release/git 2022-04-08 21:35:27 +02:00
.eslintrc.json fix: update dependencies to latest 2023-01-11 00:24:19 +01:00
.gitattributes chore: initial commit 2022-04-08 17:54:56 +02:00
.gitignore feat: add API Key security for POST uploads 2022-04-08 18:46:36 +02:00
.lintstagedrc.json build(deps): update latest 2023-05-13 19:47:36 +02:00
.markdownlint-cli2.jsonc build(deps): update latest 2023-05-13 19:47:36 +02:00
.npmrc chore: initial commit 2022-04-08 17:54:56 +02:00
.prettierrc.json chore: initial commit 2022-04-08 17:54:56 +02:00
.releaserc.json chore: configure correctly semantic-release 2022-04-08 21:43:17 +02:00
.swcrc chore: initial commit 2022-04-08 17:54:56 +02:00
CODE_OF_CONDUCT.md fix: update author - Théo LUDWIG 2023-07-02 18:23:59 +02:00
CONTRIBUTING.md build(deps): update latest 2023-05-13 19:47:36 +02:00
LICENSE chore: initial commit 2022-04-08 17:54:56 +02:00
package-lock.json fix: update dependencies to latest 2023-07-02 18:23:20 +02:00
package.json fix: update dependencies to latest 2023-07-02 18:23:20 +02:00
README.md docs: usage of 127.0.0.1 instead of localhost 2023-05-13 22:49:32 +02:00
tsconfig.json fix: update dependencies to latest 2023-01-11 00:24:19 +01:00

Thream/file-uploads-api

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 https://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

💡 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