{"id":22127993,"url":"https://github.com/fredvuni/prisma-express","last_synced_at":"2025-10-16T07:53:53.682Z","repository":{"id":41188214,"uuid":"508635232","full_name":"FREDVUNI/prisma-express","owner":"FREDVUNI","description":"  Rest API in Node , Express app server using prisma ORM and postgresQL","archived":false,"fork":false,"pushed_at":"2024-09-15T08:44:46.000Z","size":167,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-09-15T11:22:21.629Z","etag":null,"topics":["express","git-actions","postgresql","prisma","render","rest","rest-api"],"latest_commit_sha":null,"homepage":"https://prisma-express-n397.onrender.com","language":"JavaScript","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/FREDVUNI.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":"2022-06-29T09:55:42.000Z","updated_at":"2024-09-15T08:44:49.000Z","dependencies_parsed_at":"2023-10-26T06:25:47.663Z","dependency_job_id":"dd884c6c-283a-4912-9997-6ea294383f4b","html_url":"https://github.com/FREDVUNI/prisma-express","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/FREDVUNI%2Fprisma-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FREDVUNI%2Fprisma-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FREDVUNI%2Fprisma-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FREDVUNI%2Fprisma-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FREDVUNI","download_url":"https://codeload.github.com/FREDVUNI/prisma-express/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227601414,"owners_count":17792110,"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":["express","git-actions","postgresql","prisma","render","rest","rest-api"],"created_at":"2024-12-01T17:33:01.025Z","updated_at":"2025-10-16T07:53:48.639Z","avatar_url":"https://github.com/FREDVUNI.png","language":"JavaScript","readme":"# Prisma Node JS Express RESTAPI\n\n## Overview\n\nThis Rest API is built with Node.js, Express, Prisma ORM, and PostgresQL. It provides CRUD functionality for a simple quotes application. Users can create, read, update, and delete quotes, as well as create and read authors and users.\n\n## Prerequisites\n\nBefore running this Rest API, you need to have the following installed on your machine:\n\n- Node.js\n- PostgresQL\n\n## Installation\n\n1. Clone this repository to your local machine\n2. Navigate to the cloned directory\n3. Run `npm install` to install all the necessary dependencies\n4. Create a `.env` file in the root directory of the project and set the following environment variables:\n   - DATABASE_URL: URL to your PostgresQL database\n   - PORT: Port number for the server to run on\n5. Run `npx prisma migrate dev` to apply the database schema to your database\n6. Run `npm start` to start the server\n\n## Endpoints\n\nThis Rest API has the following endpoints:\n\n### `/authors`\n\n- `GET`: Get all authors\n- `POST`: Create a new author\n\n### `/authors/:id`\n\n- `GET`: Get a specific author\n- `PUT`: Update a specific author\n- `DELETE`: Delete a specific author\n\n### `/quotes`\n\n- `GET`: Get all quotes\n- `POST`: Create a new quote\n\n### `/quotes/:id`\n\n- `GET`: Get a specific quote\n- `PUT`: Update a specific quote\n- `DELETE`: Delete a specific quote\n\n### `/users`\n\n- `GET`: Get all users\n\n### `/users/signup`\n\n- `POST`: Create a new user\n\n### `/users/signin`\n\n- `POST`: login user\n\n### `/users/:id`\n\n- `GET`: Get a specific user\n- `PUT`: Update a specific user\n- `DELETE`: Delete a specific user\n\n### Render\n\nhttps://prisma-express-n397.onrender.com/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredvuni%2Fprisma-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffredvuni%2Fprisma-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredvuni%2Fprisma-express/lists"}