create-server-app


Namecreate-server-app JSON
Version 1.0.6.9 PyPI version JSON
download
home_pagehttps://github.com/FloresTristan/create-server-app
SummaryA CLI tool to create a server app project.
upload_time2024-12-04 02:14:13
maintainerNone
docs_urlNone
authorMichael
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Create Server App

This project is a template for creating a server application using modern web technologies. It provides a basic structure and setup to help you get started quickly.

## Features

- Easy setup and configuration
- Template routes using flask
- Environment-based configuration

## Getting Started

### Prerequisites

- Python v3.8

### Installation

1. Install using pip:
    ```sh
    pip install create-server-app
    ```
2. Create the server-app:
    ```sh
    create-server-app <name of your project>
    ```
    then done

### Running the Server

To start the server in development mode:
```sh
python app.py
```
or
```sh
py app.py
```

The server will be running at `http://localhost:3000`.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FloresTristan/create-server-app",
    "name": "create-server-app",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Michael",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/33/50/f0bec56aa0aa9bc4812113bd11dd8304fcd040e923d240219477a8ecc443/create_server_app-1.0.6.9.tar.gz",
    "platform": null,
    "description": "# Create Server App\r\n\r\nThis project is a template for creating a server application using modern web technologies. It provides a basic structure and setup to help you get started quickly.\r\n\r\n## Features\r\n\r\n- Easy setup and configuration\r\n- Template routes using flask\r\n- Environment-based configuration\r\n\r\n## Getting Started\r\n\r\n### Prerequisites\r\n\r\n- Python v3.8\r\n\r\n### Installation\r\n\r\n1. Install using pip:\r\n    ```sh\r\n    pip install create-server-app\r\n    ```\r\n2. Create the server-app:\r\n    ```sh\r\n    create-server-app <name of your project>\r\n    ```\r\n    then done\r\n\r\n### Running the Server\r\n\r\nTo start the server in development mode:\r\n```sh\r\npython app.py\r\n```\r\nor\r\n```sh\r\npy app.py\r\n```\r\n\r\nThe server will be running at `http://localhost:3000`.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A CLI tool to create a server app project.",
    "version": "1.0.6.9",
    "project_urls": {
        "Homepage": "https://github.com/FloresTristan/create-server-app"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6b96604e8f75554865fd0266169320e9d58ccb297bd16aa7abe6c896c1513c9",
                "md5": "2867005cae9357b54d74529beb6fac83",
                "sha256": "58b25dba25fa69e5b5866740ff1a4192884fd9bc855dd9591d3497250a4b13ff"
            },
            "downloads": -1,
            "filename": "create_server_app-1.0.6.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2867005cae9357b54d74529beb6fac83",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16782,
            "upload_time": "2024-12-04T02:14:07",
            "upload_time_iso_8601": "2024-12-04T02:14:07.257651Z",
            "url": "https://files.pythonhosted.org/packages/d6/b9/6604e8f75554865fd0266169320e9d58ccb297bd16aa7abe6c896c1513c9/create_server_app-1.0.6.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3350f0bec56aa0aa9bc4812113bd11dd8304fcd040e923d240219477a8ecc443",
                "md5": "d8bfe7c51968874134dc59e405a2a5a9",
                "sha256": "d8f606069716097eccaa8a476e066ce27040e0055789d19bc7bd702bef912ee5"
            },
            "downloads": -1,
            "filename": "create_server_app-1.0.6.9.tar.gz",
            "has_sig": false,
            "md5_digest": "d8bfe7c51968874134dc59e405a2a5a9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12698,
            "upload_time": "2024-12-04T02:14:13",
            "upload_time_iso_8601": "2024-12-04T02:14:13.131268Z",
            "url": "https://files.pythonhosted.org/packages/33/50/f0bec56aa0aa9bc4812113bd11dd8304fcd040e923d240219477a8ecc443/create_server_app-1.0.6.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-04 02:14:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FloresTristan",
    "github_project": "create-server-app",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "create-server-app"
}
        
Elapsed time: 0.46023s