https://github.com/sethj152/serverbase
A simple Flask setup script that automatically installs required Python and system dependencies and runs a basic Flask server. Supports Linux, macOS, and Windows. Just run server.py to get started.
https://github.com/sethj152/serverbase
flask flask-application python python3 server
Last synced: 2 months ago
JSON representation
A simple Flask setup script that automatically installs required Python and system dependencies and runs a basic Flask server. Supports Linux, macOS, and Windows. Just run server.py to get started.
- Host: GitHub
- URL: https://github.com/sethj152/serverbase
- Owner: SethJ152
- License: gpl-3.0
- Created: 2025-03-06T00:48:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T11:58:56.000Z (over 1 year ago)
- Last Synced: 2025-03-10T12:51:31.309Z (over 1 year ago)
- Topics: flask, flask-application, python, python3, server
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
Project Setup and Installation
Prerequisites:
- Python 3.x
- Internet connection to install dependencies
Setup Instructions:
1. Clone the Repository:
- Clone the repository from GitHub:
git clone https://github.com/SethJ152/ServerBase.git
cd ServerBase
2. Install Dependencies:
- To install the necessary dependencies and start the application, simply run the `Server.py` file:
python3 Server.py
This will:
- Install the required Python packages.
- Set up the environment.
- Start the server.
Note for macOS Users:
- On macOS, you may need to run the program with `sudo` to grant administrative privileges:
sudo python3 Server.py
3. Access the Application:
- Once the server is running, open your browser and visit http://localhost:5000 to access the application.
What's Included:
- One-Step Setup: By running `Server.py`, everything is automatically installed and the app is hosted.
- Zero Configuration: After running the server, you can start developing your page right away.
Development:
- After the initial setup, you can begin customizing the web pages and the server as per your requirements.