{"id":15368134,"url":"https://github.com/iyobo/jollofjs","last_synced_at":"2025-08-09T07:07:14.335Z","repository":{"id":12603159,"uuid":"92668639","full_name":"iyobo/jollofjs","owner":"iyobo","description":"The tastiest Fullstack NodeJS framework you'll ever Eat","archived":false,"fork":false,"pushed_at":"2023-01-12T09:28:24.000Z","size":14823,"stargazers_count":53,"open_issues_count":46,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-19T03:56:07.347Z","etag":null,"topics":["admin-ui","es7","koa2","nodejs-framework"],"latest_commit_sha":null,"homepage":"http://jollofjs.com","language":"JavaScript","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/iyobo.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}},"created_at":"2017-05-28T15:10:06.000Z","updated_at":"2023-11-09T05:02:36.000Z","dependencies_parsed_at":"2023-01-14T12:19:28.295Z","dependency_job_id":null,"html_url":"https://github.com/iyobo/jollofjs","commit_stats":null,"previous_names":[],"tags_count":330,"template":false,"template_full_name":null,"purl":"pkg:github/iyobo/jollofjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iyobo%2Fjollofjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iyobo%2Fjollofjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iyobo%2Fjollofjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iyobo%2Fjollofjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iyobo","download_url":"https://codeload.github.com/iyobo/jollofjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iyobo%2Fjollofjs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264016713,"owners_count":23544623,"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":["admin-ui","es7","koa2","nodejs-framework"],"created_at":"2024-10-01T13:28:26.473Z","updated_at":"2025-07-07T05:02:29.086Z","avatar_url":"https://github.com/iyobo.png","language":"JavaScript","readme":"# JollofJS\n\nThe tastiest **NodeJS Application Framework** you'll ever eat.\n\n![jollof Logo](https://raw.github.com/iyobo/jollofjs/master/images/jollof.png)\n\n\u003ca href=\"https://communityinviter.com/apps/koa-js/koajs\" rel=\"KoaJs Slack Community\"\u003e![KoaJs Slack](https://img.shields.io/badge/Koa.Js-Slack%20Channel-Slack.svg?longCache=true\u0026style=for-the-badge)\u003c/a\u003e\n\n## Key Features\n\n- **Convention over configuration**\n...Because you have better things to do with your time. But JollofJS is still very configurable.\n\n- **Full support for ES7 Async/Await**\nFree yourself from the oppressive/convoluted regime of callbacks and use awesome yieldables/awaitables \nthrough ES6 Promises, and Async Await. Powered by KoaJS.\n\n\n- **Built-in Admin User Interface**\nEver wondered why something like Django Admin doesn't exist for NodeJS? Well with JollofJS, it does now.\nAdminister your site's data with the built-in Jollof Admin (built from scratch using React).\nE.g You could whip up a blog for your Application and use Jollof Admin as a simple CMS backend for that blog.\nThe options are endless!\n\n- **Data Abstraction Done Right**\nJollofJS has a custom-built data abstraction layer that makes it possible to use any database (or REST API) as a datasource so long as an adapter exists for it.\n\n- **And More!...**\n\n*This doc is a Work-in-Progress*\n\n## Officially Supported DataSources\n\n- MongoDB\n- ArangoDB\n\nMore to come, and It is very easy to make yours!\n\n## Getting Started\n\n```\nnpm i -g jollof-cli\n```\nYou also need to have **ArangoDB** and **Redis** up and running.\n\nJollofJS uses Redis for session storage.\nThe scaffolded app will come with the ArangoDB data adapter by default.\nYou can switch to any other compatible datasource anytime by simply making a change in config/ e.g to MongoDB.\n\n\n\nCreate your JollofJS app with:\n```\njollof new myApp\n```\n\nBefore you run your app, create an admin user:\n```\ncd myApp\njollof run createAdmin test@test.com password\n```\n\nNow you are ready to run your jollof app:\n```\nnpm start\n```\n\nYou should now be able to see jollof running at [http://localhost:3001](http://localhost:3001).\n\n![jollof home](https://raw.github.com/iyobo/jollofjs/master/images/home.png)\n\n\n### App structure\nYou are highly advised to study the structure of this new app, starting from index.js.\n\n\n## Jollof Admin\n\nTo enter the Jollof admin, you have to login with that admin user you created **before** launching the app.\n\n![jollof admin](https://raw.github.com/iyobo/jollofjs/master/images/admin.png)\n\nEditing an item in the Admin...\n\n![jollof edit](https://raw.github.com/iyobo/jollofjs/master/images/edit.png)\n\n\n\nThe Jollof Admin is, quite frankly, the Saber's edge of any NodeJS framework in existence today. \nJollof Admin automatically creates a user interface to administer all your models, as well as in-built models.\nIt supports all the usual field types you find in an other admins, *and then some!* Including:\n* Arrays (Of ANY field type)\n* Objects, (Of ANY combination of field types)\n* Files, \n* GeoLocations\n\n\nRight now, the app you created has only one used model: `User`.\n\nSee [Jollof Docs](http://jollofjs.com) for how to work with Models.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiyobo%2Fjollofjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiyobo%2Fjollofjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiyobo%2Fjollofjs/lists"}