{"id":15305581,"url":"https://github.com/alenvelocity/aureolin-starter","last_synced_at":"2026-03-12T14:16:24.434Z","repository":{"id":107768205,"uuid":"416324989","full_name":"AlenVelocity/Aureolin-starter","owner":"AlenVelocity","description":"Starter Project for Aureolin","archived":false,"fork":false,"pushed_at":"2021-11-04T14:39:05.000Z","size":343,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T21:41:56.703Z","etag":null,"topics":["api","decorators","esnext","koa","node","rest","typescript"],"latest_commit_sha":null,"homepage":"https://aureolin-starter-production.up.railway.app/","language":"TypeScript","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/AlenVelocity.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-12T12:17:53.000Z","updated_at":"2023-08-18T23:09:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"9de7afbd-f923-4fc4-a9da-cebba14cb20d","html_url":"https://github.com/AlenVelocity/Aureolin-starter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/AlenVelocity/Aureolin-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlenVelocity%2FAureolin-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlenVelocity%2FAureolin-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlenVelocity%2FAureolin-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlenVelocity%2FAureolin-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlenVelocity","download_url":"https://codeload.github.com/AlenVelocity/Aureolin-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlenVelocity%2FAureolin-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30428007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:00:25.264Z","status":"ssl_error","status_checked_at":"2026-03-12T13:59:52.690Z","response_time":114,"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":["api","decorators","esnext","koa","node","rest","typescript"],"created_at":"2024-10-01T08:01:59.826Z","updated_at":"2026-03-12T14:16:24.426Z","avatar_url":"https://github.com/AlenVelocity.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\n\n# Aureolin Starter\nStarter Project for Aureolin\n\n[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2FAlenSaito1%2FAureolin-starter\u0026referralCode=ZELDAAA)\n\n[![Discord](https://img.shields.io/discord/898177582829285387?label=Discord\u0026style=flat-square)](https://discord.gg/3Pg2Nw2vjn) [![CodeFactor](https://img.shields.io/codefactor/grade/github/alensaito1/aureolin-starter?style=flat-square\u0026label=Code%20Quality)](https://www.codefactor.io/repository/github/alensaito1/aureolin-starter) [![NPM](https://img.shields.io/npm/dw/aureolin?style=flat-square\u0026label=Downloads)](https://npmjs.com/package/aureolin)[![Prettier](https://img.shields.io/badge/Code_Style-Prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n\n\n\u003c/div\u003e\n\n## 🟦 Demo\n### Deployed on Railway ([Visit](https://aureolin-starter-production.up.railway.app/))\n\n## 🟨 Introduction\n\nThis is a starter project for Aureolin. Aureolin is an open source project that aims to provide a simple and easy to use framework for creating web applications.\n\n## 🟥 Features\n\n* 🟦 Wrriten in [TypeScript](https://www.typescriptlang.org/)\n* 🟪 [ESLint](https://eslint.org/) Integration\n* 🟩 [Prettier](https://prettier.io/) Integration\n* 🔳 Hot Restart (Powered by [Nodemon](https://npmjs.com/package/ts-node) and [TS-Node](https://npmjs.com/package/nodemon))\n\n## 🟩 Project Structure\n\n```\n├── .eslintignore\n├── .eslintrc.js\n├── .gitignore\n├── .prettierrc\n├── .aureolin.config.js\n├── .package-lock.json\n├── .package.json\n├── README.md\n├── tsconfig.json\n├── src\n│   ├── main.ts\n│   ├── common\n│   │   └── Types.ts\n│   ├── components\n│   │   ├── Aureolin.tsx\n│   │   └── Head.tsx\n│   ├── controllers\n│   │   ├── HelloController.ts\n│   │   └── HomeController.tsx\n│   ├── middlewares\n│   │   └── AureolinX.ts\n│   └── providers\n│       └── HTTPProvider.ts\n\n```\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falenvelocity%2Faureolin-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falenvelocity%2Faureolin-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falenvelocity%2Faureolin-starter/lists"}