{"id":24806393,"url":"https://github.com/remy349/rest-api-blog-node-express","last_synced_at":"2026-05-07T09:35:33.628Z","repository":{"id":238631116,"uuid":"797056674","full_name":"Remy349/rest-api-blog-node-express","owner":"Remy349","description":"Rest API developed with Express and Node + TypeScript","archived":false,"fork":false,"pushed_at":"2024-05-17T01:52:37.000Z","size":235,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-16T10:42:52.045Z","etag":null,"topics":["expressjs","jest","nodemon","prisma","rest-api","supertest","typescript"],"latest_commit_sha":null,"homepage":"","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/Remy349.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}},"created_at":"2024-05-07T05:44:17.000Z","updated_at":"2024-05-17T01:52:38.000Z","dependencies_parsed_at":"2024-05-15T17:17:38.754Z","dependency_job_id":null,"html_url":"https://github.com/Remy349/rest-api-blog-node-express","commit_stats":null,"previous_names":["remy349/rest-api-blog-node-express"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Remy349/rest-api-blog-node-express","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remy349%2Frest-api-blog-node-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remy349%2Frest-api-blog-node-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remy349%2Frest-api-blog-node-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remy349%2Frest-api-blog-node-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Remy349","download_url":"https://codeload.github.com/Remy349/rest-api-blog-node-express/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remy349%2Frest-api-blog-node-express/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32731748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["expressjs","jest","nodemon","prisma","rest-api","supertest","typescript"],"created_at":"2025-01-30T08:28:27.443Z","updated_at":"2026-05-07T09:35:33.609Z","avatar_url":"https://github.com/Remy349.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rest API developed with Express and Node + TypeScript\n\nA simple Rest API for the purpose of learning how to develop using Node and Express along with the use of TypeScript. It is based on the functionality of a blog, it has the basic functions of creating categories, making posts, user creation and login.\n\n## Technologies used for its development\n\n- NodeJS\n- ExpressJS\n- TypeScript\n- Jest and Supertest (For testing purposes)\n- Prisma ORM\n- MySQL as database\n- MVC\n- JWT for session creation and management\n\n## How to execute the project\n\nYou will need a file `.env` in the root of the project, inside you will need to add two important environment variables:\n\n```\nDATABASE_URL=\"\"\nJWT_SECRET=\"\"\n```\n\nAfter you have done this, install the project dependencies:\n\n```\n\u003e npm install\n```\n\nAdd the models found in the file `prisma/schema.prisma` to your database:\n\n```\n\u003e npx prisma push\n```\n\nExecute the API:\n\n```\n\u003e npm run dev\n\n\u003e rest-api-blog-node-express@1.0.0 dev\n\u003e nodemon src/server.ts\n\n[nodemon] 3.1.0\n[nodemon] to restart at any time, enter `rs`\n[nodemon] watching path(s): *.*\n[nodemon] watching extensions: ts,json\n[nodemon] starting `ts-node src/server.ts`\nServer is running at http://localhost:3000\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremy349%2Frest-api-blog-node-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremy349%2Frest-api-blog-node-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremy349%2Frest-api-blog-node-express/lists"}