{"id":19974077,"url":"https://github.com/larissaperinoto/schedules-api","last_synced_at":"2026-04-13T03:01:49.794Z","repository":{"id":244229242,"uuid":"814618340","full_name":"larissaperinoto/schedules-api","owner":"larissaperinoto","description":"Therapist appointment scheduling service.","archived":false,"fork":false,"pushed_at":"2024-06-14T09:42:34.000Z","size":239,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T09:32:19.256Z","etag":null,"topics":["docker","jest","nest","nestjs","nodejs","postgresql","typeorm","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/larissaperinoto.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-06-13T11:08:05.000Z","updated_at":"2024-08-28T14:08:44.000Z","dependencies_parsed_at":"2024-06-13T14:42:07.284Z","dependency_job_id":"ed919802-b05e-426a-8ac3-48868b920c0f","html_url":"https://github.com/larissaperinoto/schedules-api","commit_stats":null,"previous_names":["larissaperinoto/schedules-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larissaperinoto%2Fschedules-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larissaperinoto%2Fschedules-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larissaperinoto%2Fschedules-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larissaperinoto%2Fschedules-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/larissaperinoto","download_url":"https://codeload.github.com/larissaperinoto/schedules-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241406629,"owners_count":19958014,"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":["docker","jest","nest","nestjs","nodejs","postgresql","typeorm","typescript"],"created_at":"2024-11-13T03:13:49.126Z","updated_at":"2026-04-13T03:01:44.775Z","avatar_url":"https://github.com/larissaperinoto.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Schedules Service\n\n### Tecnologies and Tools\n\n- [Node.Js](https://nodejs.org/en)\n- [Nest.Js](https://nestjs.com/)\n- [Jest](https://jestjs.io/)\n- [PostgreSQL](https://www.postgresql.org/)\n\n### Pre requirements to run the project\n\n- Node.Js (version \u003e= 16)\n- Docker or local Postgres\n- Yarn\n\n### Running the project\n\nClone this repository\n\n        git clone git@github.com:larissaperinoto/schedules-api.git\n\nInstall dependencies\n\n        yarn install\n\n#### Running with Docker\n\nCreate a postgres container with the command below\n\n        docker run --name my-postgres -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres\n\nCheck if the container was created. You should see **my-postgres** on the list\n\n        docker ps\n\nCreate tables with the command bellow\n\n        docker exec -i my-postgres psql -U postgres \u003c database.sql\n\n#### Running with local Postgres\n\nThrough the terminal, log into your postgres and run the command bellow to create postgres database\n\n        CREATE DATABASE postgres;\n\nThen copy the contents of the **database.sql** file located at the root of the project and run the query to create the tables\n\n#### Environment\n\nCreate a .env file in the root and define your project's environment variables\n\n        PORT=3001\n        DB_NAME=postgres\n        DB_PORT=5432\n        DB_HOST=localhost\n        DB_USERNAME=postgres\n        DB_PASSWORD=postgres\n\nStart the application\n\n        yarn start\n\nIf you want to start as a developer, use the command below\n\n        yarn start:dev\n\n#### Running tests\n\nRun all tests at the same time\n\n        yarn test\n\nRun a specific test\n\n        yarn test \u003cfile name\u003e\n\nRun tests with coverage\n\n        yarn test --coverage\n        or\n        yarn test \u003cfile name\u003e --coverage\n\n### Documentation\n\nAfter starting the service, check the endpoint documentation using the address below in the browser\n\n        http://localhost:3001/api\n\nYou can test the endpoints through the documentation page using the **Try it out** button or through your preferred client\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarissaperinoto%2Fschedules-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flarissaperinoto%2Fschedules-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarissaperinoto%2Fschedules-api/lists"}