{"id":22246573,"url":"https://github.com/el634dev/codezen","last_synced_at":"2025-03-25T11:24:42.117Z","repository":{"id":209370112,"uuid":"722283082","full_name":"el634dev/codezen","owner":"el634dev","description":"Platform to help educators organize their materials","archived":false,"fork":false,"pushed_at":"2024-11-07T22:13:13.000Z","size":711,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T10:30:23.026Z","etag":null,"topics":["docker","flask","html-bootstrap"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/el634dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2023-11-22T20:14:06.000Z","updated_at":"2024-11-07T22:13:17.000Z","dependencies_parsed_at":"2024-11-07T23:20:32.570Z","dependency_job_id":"56a9f0bb-a667-41cb-9df1-6ce9eddfaac9","html_url":"https://github.com/el634dev/codezen","commit_stats":null,"previous_names":["el634dev/codezen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el634dev%2Fcodezen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el634dev%2Fcodezen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el634dev%2Fcodezen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/el634dev%2Fcodezen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/el634dev","download_url":"https://codeload.github.com/el634dev/codezen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245451222,"owners_count":20617477,"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":["docker","flask","html-bootstrap"],"created_at":"2024-12-03T05:28:14.468Z","updated_at":"2025-03-25T11:24:42.094Z","avatar_url":"https://github.com/el634dev.png","language":"HTML","readme":"# CodeZen\n\u003e Platform to help educators organize their materials\n\u003e \n\u003e No live demo yet. \u003c!-- If you have the project hosted somewhere, include the link here. --\u003e\n\n## Table of Contents\n* [General Info](#general-information)\n* [Technologies Used](#technologies-used)\n* [Features](#features)\n* [Installation](#installation)\n* [Usage](#usage)\n* [Project Status](#project-status)\n* [Docker Command References](#docker-commands)\n\u003c!-- * [License](#license) --\u003e\n\n## General Information\n- This project is intented to be a platform to upload educational materials\n\u003c!-- What problem does it (intend to) solve?--\u003e\n\u003c!-- You don't have to answer all the questions - just the ones relevant to your project. --\u003e\n\n## Important\n-  When trying to host your own project use Python Anywhere or Aptible\n-  When using a virtual environment make sure to activate and deactive your environment, creating one helps avoid conflicts with the global interpreter/environment\n\n## Technologies Used\n![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge\u0026logo=html5\u0026logoColor=white)\n![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge\u0026logo=css3\u0026logoColor=white)\n![Bootstrap](https://img.shields.io/badge/bootstrap-%238511FA.svg?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white)\n![Flask](https://img.shields.io/badge/flask-%23000.svg?style=for-the-badge\u0026logo=flask\u0026logoColor=white)\n![Jinja](https://img.shields.io/badge/jinja-white.svg?style=for-the-badge\u0026logo=jinja\u0026logoColor=black)\n\n## Features\nList of features here:\n- Users can navigate through mulitple web pages\n- Users can sign up ( In-Progress)\n- Users can create an account ( In-Progress)\n\n## Installation\nSee the appropriate guide for your environment and operating system.\n- Flask or older Flask version\n- Other frameworks that are not Flask, Bootstrap or a templating engine that is different from Jinja\n\u003e\n  a. Flask Installation\n\u003e\n  Add Flask to your global or virutal enivorment:\n  For macOS:\n  `pip3 install flask`\n  For Windows:\n  `pip install flask`\n- Make sure that Flask is the current version\n- If using the virtual enivorment make sure to navigate to your folder that you create your env folder and activated your env\n- You can activate your enivorment by typing `source\\bin\\activate\\` and for Windows `.\\env\\Scripts\\activate`\n\u003e\n  b. Boostrap Installation\n\u003e\n  Add the link provided by Boostrap in your header located in your HTML file (this could also be your base file).\n  \u003e\n  `\u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css\" integrity=\"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T\" crossorigin=\"anonymous\"\u003e`\n  \u003e\n  - Make sure to use version 5 as this is the latest version\n\u003e\n  c. Jinja/HTML/CSS Installation\n\u003e\n  - There is no installation needed for Jinja, HTML, CSS.\n\u003e\n  HTML and CSS is built into VSCode, while Jinja is Flask's official templating engine.\n\n## Usage\nHow does one go about using it?\n\n`User navigates onto the home page and can click any buttons or use the navigation links in the header(top of the page) or footer(bottom of the page).`\n\u003e\n`User can also view the website on mulitple devices such as desktop or mobile.`\n\n## Project Status\nProject is: _in progress_ \n\n## Docker Commands\n1. Build the Image\n`docker build -t flask-image .`\n2. Run the Container\n`docker run -p 5001:5000 --rm --name flask-container flask-image`\n3. Access via Browser\n`http://localhost:5001`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fel634dev%2Fcodezen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fel634dev%2Fcodezen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fel634dev%2Fcodezen/lists"}