Code Monkey home page Code Monkey logo

jeezy's Introduction

Jeezy

Jeezy is a hosting platform similar to Vercel, allowing users to deploy their websites for free. It is built with Next.js for the frontend and Django for the backend.

Technologies Used

  • Frontend: Next.js
  • Backend: Django

Features

  • User authentication with (Github)
  • Website deployment via Github repositories
  • Database integration
  • Project management
  • Wide range of templates
  • Deployment status management
  • Logs
  • Analytics (Comming Soon)
  • Free hosting

Installation

To run Jeezy locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/iranzithierry/jeezy.git
  2. Navigate to the project directory:

    cd jeezy
  3. Install dependencies for both frontend and backend:

    # Install frontend dependencies
    cd frontend
    npm install
    
    # Install backend dependencies
    cd ../backend
    pip install -r /requirements/ `ALL FILES`
    
  4. Configure environment variables:

    • Create a .env file in the backend directory and add necessary variables such as database credentials, secret key, etc.
  5. Run migrations:

    cd backend
    virtualenv env
    source env/bin/activate
    python manage.py migrate
  6. Start the development servers:

    # Start frontend server
    cd ../frontend
    npm run dev
    
    # Start backend server
    cd ../backend
    python manage.py runserver

Usage

Once the servers are running locally, you can access the website at http://localhost:3000 in your browser.

Deployment

Comming Soon

Contribution

Contributions are welcome! If you'd like to contribute to Jeezy, please follow these steps:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Commit your changes.
  5. Push to the branch.
  6. Create a new Pull Request.

License

This project is licensed under the MIT License.

jeezy's People

Contributors

iranzithierry avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

bendeez

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.