Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
NotificationsYou must be signed in to change notification settings

hackclub/spaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

A simple web platform that allows users to create and host static websites and Python scripts. Built with Flask and PostgreSQL. Made by Ethan Canterbury and Hack Club ❤️

To contribute, please create a fork and open a PR.

Features

  • User authentication and management
  • Create and host static websites
  • Python script editor and execution
  • Real-time code editing
  • Automatic deployments
  • Custom domain support

Setup

  1. Clone this project and create a new.env file:

    cp .env.example .env
  2. Update the.env file with your database credentials and secret key.

  3. Install dependencies:

    pip install -r requirements.txt
  4. Initialize the database:

    python setup_db.py
  5. Run the application:

    python main.py

The application will be available athttp://0.0.0.0:3000.

Database Schema

  • Users: Stores user information and authentication details
  • Sites: Stores website/script content and metadata

Preview Code

Currently using 'iloveboba' as the preview code for new signups.

License

This project is part of HackClub and follows HackClub's licensing terms.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp