ShareX Daddy Server
Go to file
Jyotirmoy Bandyopadhayaya f65cac9912
Merge pull request #109 from BRAVO68WEB/feature/api-integration
Feature/api integration
2023-06-25 01:47:16 +05:30
.github Update CODEOWNERS 2023-06-20 19:43:48 +05:30
.vscode chores fixes 2023-06-17 13:36:40 +05:30
docs 📑 : Added Wiki Docs 2023-06-24 23:38:22 +05:30
packages removed warnings 2023-06-25 01:38:52 +05:30
.eslintignore Create CONTRIBUTING.md 2023-05-16 19:35:51 +05:30
.eslintrc lint: fixes 2023-06-15 21:58:01 +00:00
.gitignore Removed `yarn.lock` from gitignore 2023-05-26 14:34:29 +05:30
.graphqlrc.yaml Create CONTRIBUTING.md 2023-05-16 19:35:51 +05:30
.licrc added licensebat suppport 2023-06-02 10:46:48 +00:00
.nvmrc Create CONTRIBUTING.md 2023-05-16 19:35:51 +05:30
.prettierignore Initial commit 2023-05-06 16:27:52 +05:30
.prettierrc Initial commit 2023-05-06 16:27:52 +05:30
LICENSE Initial commit 2023-05-06 16:27:52 +05:30
README.md Added SHX banner 2023-06-12 13:29:34 +05:30
package.json chore(bump): update dependencies 2023-06-23 08:23:21 +00:00
sonar-project.properties chores fixes 2023-06-17 13:36:40 +05:30
third-party-licenses.txt Initial commit 2023-05-06 16:27:52 +05:30
yarn.lock Merge branch 'dev' of github.com:BRAVO68WEB/shx into feature/api-integration 2023-06-25 00:51:31 +05:30

README.md

🚀 Project SHX

SHX Banner

GitHub package.json version GitHub Workflow Status GitHub last commit GitHub code size in bytes Snyk Vulnerabilities for GitHub Repo

CodeFactor Grade GitHub top language

forthebadge forthebadge forthebadge

Quality gate

📝 Description

Shx is a platform ment to store and share files, images, text and URLs with ease. This server is built using Node.js and Express.js and stores the uploaded content on Cloudflare R2 and PostgreSQL DB. It is compatible with ShareX and other clients that support the same protocol.

🛠️ Technologies Used

  • Node.js
  • Express.js
  • TypeScript
  • Redis
  • Cloudflare R2
  • Hasura Graphql (with PostgreSQL)
  • Commander.js
  • Next.js
  • Tailwind CSS
  • Storybook

🚀 Features

  • File upload
  • Image upload
  • Text upload
  • URL shortener
  • CLI Support
  • Web Dashboard

🎁 Project Setup

@packages/api

GitHub package.json version (subfolder of monorepo)

The API package contains the server-side code responsible for handling file, image, and text uploads, as well as URL shortening. It provides the core functionality of the ShareX server.

@packages/cli

GitHub package.json version (subfolder of monorepo)

The CLI package includes the command-line interface (CLI) for interacting with the ShareX server from the terminal. It allows users to perform various actions, such as uploading files, images, or text, and generating short URLs.

@packages/dashboard

GitHub package.json version (subfolder of monorepo)

The dashboard package contains the web dashboard for the ShareX server. It allows users to view their uploaded files, images, and text, as well as manage their account and settings via a web interface.

📝 License

This project is licensed under the ISC License.

For more information, please see the LICENSE file.

📧 Contact

If you have any questions or would like to contribute to the project, please contact hi@b68.dev.