{"id":20282784,"url":"https://github.com/sentrionic/olympusnest","last_synced_at":"2026-05-05T16:08:28.764Z","repository":{"id":117088495,"uuid":"375974137","full_name":"sentrionic/OlympusNest","owner":"sentrionic","description":"The NestJS version of the OlympusBlog backend","archived":false,"fork":false,"pushed_at":"2023-06-27T07:53:40.000Z","size":401,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T07:51:24.300Z","etag":null,"topics":["nestjs"],"latest_commit_sha":null,"homepage":"https://github.com/sentrionic/OlympusBlog","language":"TypeScript","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/sentrionic.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":"2021-06-11T09:33:49.000Z","updated_at":"2022-06-19T08:56:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9bdc937-94a2-4d60-94f9-c98ab401c27a","html_url":"https://github.com/sentrionic/OlympusNest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentrionic%2FOlympusNest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentrionic%2FOlympusNest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentrionic%2FOlympusNest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentrionic%2FOlympusNest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sentrionic","download_url":"https://codeload.github.com/sentrionic/OlympusNest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241777058,"owners_count":20018852,"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":["nestjs"],"created_at":"2024-11-14T14:11:44.334Z","updated_at":"2026-05-05T16:08:28.757Z","avatar_url":"https://github.com/sentrionic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OlympusNest\n\nOlympusNest is a backend for the [OlympusBlog](https://github.com/sentrionic/OlympusBlog) using [NestJS](https://nestjs.com/).\n\n## Stack\n\n- [MikroORM](https://mikro-orm.io/) as the DB ORM\n- [Sharp](https://github.com/lovell/sharp) for image resizing\n- [Yup](https://github.com/jquense/yup) for validation\n\n## Getting started\n\n1. Clone this repository\n2. Install Postgres and Redis.\n   ```bash\n   $ docker run --name postgres -p 5432:5432 -e POSTGRES_USER=root -e POSTGRES_PASSWORD=password -d postgres:alpine\n   $ docker run --name redis -d -p 6379:6379 redis:alpine redis-server --save 60 1\n   ```\n3. Create the DB\n   ```bash\n   $ docker exec -it postgres createdb --username=root --owner=root blog\n   ```\n4. Run `yarn` to install all the dependencies\n5. Rename `.env.example` to `.env`\n   and fill out the values. AWS is only required if you want file upload,\n   Gmail if you want to send reset emails.\n6. Run `yarn start:dev`.\n7. Go to `localhost:4000` for a list of all the endpoints.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentrionic%2Folympusnest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsentrionic%2Folympusnest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentrionic%2Folympusnest/lists"}