Skip to content

Deployify 🌍⚑ is a simple hosting service for React projects. Just paste your GitHub URL πŸš€, and it handles deployment with automated staging 🏎️, cloud storage ☁️, and dynamic URLs 🌐. Fast, reliable, and scalable!

Notifications You must be signed in to change notification settings

TeamMavericKX/Deployify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Deployify 🌍⚑

Deployify is a React hosting service designed to streamline the deployment process. With Deployify, you can deploy your React applications directly from GitHub repositories with just a few clicks. πŸŽ‰

Features 🌟

  • Easy Deployment: Simply paste the URL of your React GitHub repository and let Deployify handle everything! πŸ”—
  • Automated Staging: Utilizes Redis queue for efficient staging uploads and deployments, ensuring top-notch performance. 🏎️
  • Seamless Integration: Works perfectly with React projects, offering a smooth and hassle-free deployment experience. πŸ› οΈ
  • Scalable Architecture: Built with TypeScript, ensuring a reliable backend infrastructure capable of handling projects of all sizes. πŸ—οΈ
  • Cloud Storage Integration: Leverages Backblaze B2 cloud storage for seamless file storage and retrieval. ☁️
  • Dynamic Website URLs: Your website URLs are dynamically generated upon deployment. 🌐

Getting Started πŸš€

Follow these easy steps to get started with Deployify:

  1. Clone the repository:

    git clone https://github.com/YourUsername/deployify.git
  2. Install dependencies: Install the required packages:

    npm i
  3. Configure environment variables: Set up your Backblaze B2 credentials by adding these variables to your environment:

    • APPLICATION_KEY_ID
    • APPLICATION_KEY
    • BUCKET_ID
    • BUCKET_NAME
  4. Run the project:

    • Start the frontend:
      npm run dev
    • Build the server:
      tsc -b
    • Start the backend server:
      node dist/index.js

Contributors 🌍

License πŸ“

This project is licensed under the MIT License. Feel free to fork, modify, and contribute! πŸ”“

About

Deployify 🌍⚑ is a simple hosting service for React projects. Just paste your GitHub URL πŸš€, and it handles deployment with automated staging 🏎️, cloud storage ☁️, and dynamic URLs 🌐. Fast, reliable, and scalable!

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published