{"id":18805821,"url":"https://github.com/mskian/cycling-quotes-api","last_synced_at":"2026-04-11T00:04:50.555Z","repository":{"id":98186840,"uuid":"465609780","full_name":"mskian/cycling-quotes-api","owner":"mskian","description":"Cycling Quotes JSON API - Build using Prisma, Express and TypeScript.","archived":false,"fork":false,"pushed_at":"2022-08-11T16:35:27.000Z","size":95,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-29T21:14:16.568Z","etag":null,"topics":["bicycle","cycle","cycling","express","expressjs","json","json-api","prisma","quotes","quotes-api","quotes-generator","sqlite","sqlite3","strava","typescript","wccg"],"latest_commit_sha":null,"homepage":"","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/mskian.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}},"created_at":"2022-03-03T07:15:50.000Z","updated_at":"2022-08-11T16:34:49.000Z","dependencies_parsed_at":"2023-06-29T18:00:34.736Z","dependency_job_id":null,"html_url":"https://github.com/mskian/cycling-quotes-api","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"a6c07b41f9bb2b2671d822e86bd287e6b46ab5b1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fcycling-quotes-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fcycling-quotes-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fcycling-quotes-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fcycling-quotes-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mskian","download_url":"https://codeload.github.com/mskian/cycling-quotes-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239742365,"owners_count":19689308,"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":["bicycle","cycle","cycling","express","expressjs","json","json-api","prisma","quotes","quotes-api","quotes-generator","sqlite","sqlite3","strava","typescript","wccg"],"created_at":"2024-11-07T22:45:09.214Z","updated_at":"2025-12-30T23:04:43.990Z","avatar_url":"https://github.com/mskian.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cycling Quotes API\n\n![build-test](https://github.com/mskian/cycling-quotes-api/workflows/build-test/badge.svg)  \n\nCycling Quotes JSON API - Build using Prisma, Express and TypeScript  \n\n\u003e Self Host this API Service for 100% Uptime  \n\n```sh\n\n### GET - Get Random single Quotes\nhttp://localhost:4003/random\n\n### GET - Get all the Quotes from db\nhttp://localhost:4003/quotes\n\n### GET -Get single Quotes by id\nhttp://localhost:4003/quotes/1\n\n### POST - Post New Quotes\nhttp://localhost:4003/push\n\nContent-Type: application/json\n\n{\n  \"quotes\": \"Hello World\",\n  \"author\": \"Hello\"\n}\n\n### PATCH - Update a Quotes\nhttp://localhost:4000/push/1\n\nContent-Type: application/json\n\n{\n  \"author\": \"Hello World\",\n  \"name\": \"Hello\"\n}\n\n### DELETE - Delete a Quotes\nhttp://localhost:4003/push/1\n\n```\n\n## Stack Specs\n\n- Node.js\n- Express\n- TypeScript\n- Prisma\n- Sqlite\n\n## Development\n\n- Clone the repository\n\n```sh\ngit clone https://github.com/mskian/cycling-quotes-api.git\n```\n\n- Open project directory\n\n```sh\ncd cycling-quotes-api\n```\n\n- Install dependencies\n\n```sh\nyarn\n```\n\n- Start Dev Server\n\n```sh\nyarn dev\n```\n\n## Prisma Setup\n\n- Migrate and Sync Database\n\n```sh\nnpx prisma migrate dev\n```\n\n- Reset Database\n\n```sh\nnpx prisma migrate reset\n```\n\n- Browser interference for Managing Database\n\n```sh\nnpx prisma studio\n```\n\n## Production\n\n- Run the production build\n\n```sh\nyarn build\n```\n\n- Start the production server\n\n```sh\nyarn start\n```\n\nQuotes Credit - [90 Best Cycling Quotes To Motivate You](https://kidadl.com/articles/best-cycling-quotes-to-motivate-you)  \n\n## LISENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskian%2Fcycling-quotes-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmskian%2Fcycling-quotes-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskian%2Fcycling-quotes-api/lists"}