{"id":19235237,"url":"https://github.com/kiminzajnr/micro_blog","last_synced_at":"2026-04-30T08:41:53.564Z","repository":{"id":253863603,"uuid":"844759224","full_name":"kiminzajnr/Micro_Blog","owner":"kiminzajnr","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-28T20:55:31.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-05T01:13:53.041Z","etag":null,"topics":["css","flask","html","mongodb","python3"],"latest_commit_sha":null,"homepage":"https://microblog.discoverwitherick.tech/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kiminzajnr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-19T23:09:36.000Z","updated_at":"2024-08-28T20:55:34.000Z","dependencies_parsed_at":"2024-08-20T03:29:29.615Z","dependency_job_id":"6e5b1b08-9b8b-4089-9dd2-64ecb1b82ed9","html_url":"https://github.com/kiminzajnr/Micro_Blog","commit_stats":null,"previous_names":["kiminzajnr/micro_blog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiminzajnr%2FMicro_Blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiminzajnr%2FMicro_Blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiminzajnr%2FMicro_Blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiminzajnr%2FMicro_Blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiminzajnr","download_url":"https://codeload.github.com/kiminzajnr/Micro_Blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240317416,"owners_count":19782388,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","flask","html","mongodb","python3"],"created_at":"2024-11-09T16:16:21.693Z","updated_at":"2026-04-30T08:41:53.532Z","avatar_url":"https://github.com/kiminzajnr.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Micro_Blog\n\nA simple microblogging application built using HTML, CSS, Python Flask, and MongoDB. The application allows users to keep track of everything they have learnt.\n\n## Features\n\n- Create Blog Entries \n- View Blog Entries\n\n## Technologies Used\n\n- **Frontend:** HTML, CSS\n- **Backend:** Python Flask\n- **Database:** MongoDB\n\n## Setup Instructions\n\n### Prerequisites\n\n- Python 3.x\n- MongoDB\n- pip\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/kiminzajnr/Micro_Blog.git\n   cd Micro_Blog\n\n2. Create an environment\n    ```\n    python3 -m venv .venv\n\n3. Activate the environment\n    ```\n    . .venv/bin/activate\n\n4. **Install the required packages:**\n    ```\n    pip install -r requirements.txt\n\n5. **Set up environment variables:**  \n    Create a `.env` file in the root directory of the project and add your MongoDB connection string:\n    ```\n    MONGODB_URI=your_mongodb_uri\n\n6. **Run the application:**\n    ```\n    flask run\n\n7. **OR run with gunicorn:**\n    ```\n    gunicorn -b 127.0.0.1:5000 \"app:create_app()\"\n\nThe application will be available at http://127.0.0.1:5000/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiminzajnr%2Fmicro_blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiminzajnr%2Fmicro_blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiminzajnr%2Fmicro_blog/lists"}