Skip to content

A very simple online image hosting service

License

Notifications You must be signed in to change notification settings

Y345ez/IMAGE_DATABASE

 
 

Repository files navigation

Image

Introduction

A very simple online image hosting service

Usage

  1. Clone this repository
  2. Create a new GitHub Personal Access Token with the repo scope
  3. Create a private repository to store your files
  4. Make sure you have npm and wrangler installed and configured
  5. Run npm install to install dependencies
  6. Run wrangler deploy to publish your project
  7. Run wrangler secret put GithubPAT, wrangler secret put GithubOwner and wrangler secret put GithubRepo to store your GitHub Personal Access Token, GitHub Owner and GitHub Repository
  8. Your image hosting service is now live! 🎉

License

This project is licensed under the terms of the GNU General Public License v3.0.

About

A very simple online image hosting service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.2%
  • JavaScript 9.3%
  • HTML 3.5%