{"id":13707443,"url":"https://github.com/level09/landing-page","last_synced_at":"2026-02-12T18:01:44.806Z","repository":{"id":43247634,"uuid":"193968580","full_name":"level09/landing-page","owner":"level09","description":"A starter template powered by Tailwind CSS utility-first framework.","archived":false,"fork":false,"pushed_at":"2022-11-22T03:54:32.000Z","size":1261,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-01T05:03:08.889Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/level09.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-26T19:52:14.000Z","updated_at":"2023-04-26T00:06:18.000Z","dependencies_parsed_at":"2023-01-22T23:45:39.458Z","dependency_job_id":null,"html_url":"https://github.com/level09/landing-page","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/level09/landing-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/level09%2Flanding-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/level09%2Flanding-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/level09%2Flanding-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/level09%2Flanding-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/level09","download_url":"https://codeload.github.com/level09/landing-page/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/level09%2Flanding-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29375597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-08-02T22:01:31.418Z","updated_at":"2026-02-12T18:01:44.789Z","avatar_url":"https://github.com/level09.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"Project Enferno v2.2\n==================\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Flevel09%2Fenferno.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Flevel09%2Fenferno?ref=badge_shield)\n\nA framework for the next decade, this is a collection of cutting-edge libraries and tools based on Flask framework, that will help build any website or web app (SAAS) extremely fast !\n\nhttp://enferno.io\n\n\n![Project Enferno](http://www.enferno.io/blog/content/images/size/w2000/2019/04/127.0.0.1_5000_--1-.png)\n\n\nWhat's New\n==================\n- Docker! you can now test the framework directly using docker-compose \n- Removed MongoDB in favour of Postgresql (or Mysql/sqlite) with sqlalchemy. \n- No more front-end bundlers (feel free to integrate your own : webpack, gulp, parcel, etc ..) \n- Upgraded all python libraries (also based on flask 1.x)\n- More tutorials will be coming soon. \n\nPrerequisites\n-------------\n\n* Redis\n* Postgresql (Default database) sqlite can be used for dev\n* Python Imaging (jpeg/png) support if you would like to work with images\n\n\nQuickstart\n----------\n\nThe fastest and easiest way to run the system is by using docker-compose:\n\n::\n\n    $ git clone git@github.com:level09/enferno.git\n\n    $ cd enferno\n\n    $ docker-compose up\n\nhttps://asciinema.org/a/219755\n\n\nAlternatively, you can install it locally: \n\n::\n\n    $ git clone git@github.com:level09/enferno.git\n    \n    $ cd enferno \n    \n    $ virtualenv env\n    \n    $ source env/bin/activate \n    \n    $ pip install -r requirements.txt\n\n\n\nEdit the settings.py and change the values to suit your needs, specifically you can change Flask security settings, security keys, Redis DB, Mysql settings, and Flask mail.\n\nIf you are installing Enferno locally, you will also need to replace \"redis\" and \"postgres\" with \"localhost\" in connection strings. \n\nAfter that, you should create your admin user, run the following command:\n::\n\n    $ export FLASK_APP=run.py\n    $ flask create-db\n    $ flask install \n\nand follow the instructions, this will create your first user and first admin role.\n\n\n\n\nto run the system, you can use a management command:\n\n    $ flask run\n\n\nFeatures\n--------\n- Flask based\n- Fully working user registration and authentication + user roles via Flask security\n- Memory caching via Redis and Flask caching\n- Command line scripting via Click\n- Relational database support with sql alchemy ORM\n- Background tasks via Celery\n- Email integration via Flask Mail\n- Files are structured based on best practices by utilizing Flask blueprints and development/production configuration\n\n\nShowcase\n--------\nSome of the websites running on Enferno: \n- `Seven Tides \u003chttp://seventides.com\u003e`_ \n- `DUKES Hotel \u003chttp://dukeshotel.com\u003e`_ \n\n\nInspiration \u0026 Credits\n---------------------\n\n- `Cookiecutter Flask \u003chttps://github.com/sloria/cookiecutter-flask\u003e`_\n- `Flask Security \u003chttps://pythonhosted.org/Flask-Security/\u003e`_\n- `Flask WTF \u003chttps://flask-wtf.readthedocs.org/en/latest/\u003e`_\n- `Celery Task Queue \u003chttp://www.celeryproject.org/\u003e`_\n- `Redis \u003chttp://redis.io/\u003e`_\n- `Flask Mail \u003chttps://pythonhosted.org/flask-mail/\u003e`_\n- `Flask Documentation \u003chttp://flask.pocoo.org/docs/\u003e`_\n- `Celery Task Queue \u003chttp://www.celeryproject.org/\u003e`_\n\n\nLicense\n-------\n\nMIT licensed.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevel09%2Flanding-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevel09%2Flanding-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevel09%2Flanding-page/lists"}