{"id":28302731,"url":"https://github.com/anishvermaishere/book-management","last_synced_at":"2026-05-14T20:31:39.494Z","repository":{"id":181839711,"uuid":"667514045","full_name":"anishVermaIsHere/book-management","owner":"anishVermaIsHere","description":"basic book management crud application ","archived":false,"fork":false,"pushed_at":"2023-07-17T19:30:36.000Z","size":173,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T10:51:31.123Z","etag":null,"topics":["angular","angular15","book","crud-application","reactive-forms","router","services"],"latest_commit_sha":null,"homepage":"https://anishvermaishere.github.io/bookmanager/","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/anishVermaIsHere.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}},"created_at":"2023-07-17T17:16:22.000Z","updated_at":"2023-07-17T19:28:52.000Z","dependencies_parsed_at":"2023-07-17T21:05:27.440Z","dependency_job_id":null,"html_url":"https://github.com/anishVermaIsHere/book-management","commit_stats":null,"previous_names":["anishvermaishere/book-management"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anishVermaIsHere/book-management","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anishVermaIsHere%2Fbook-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anishVermaIsHere%2Fbook-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anishVermaIsHere%2Fbook-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anishVermaIsHere%2Fbook-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anishVermaIsHere","download_url":"https://codeload.github.com/anishVermaIsHere/book-management/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anishVermaIsHere%2Fbook-management/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33042107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular","angular15","book","crud-application","reactive-forms","router","services"],"created_at":"2025-05-23T21:12:11.872Z","updated_at":"2026-05-14T20:31:39.472Z","avatar_url":"https://github.com/anishVermaIsHere.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Basic Book Management App built with using Angular.\r\n\r\n**To run application follow these steps**\r\n\r\n1. Make sure the Angular CLI and NodeJS is already installed before running the application. If not got to `https://nodejs.org/en` download and install it.\r\n\r\n2. After installation node and angular cli, open command prompt, copy this command **`npm install -g @angular/cli`** and install it.\r\n\r\n3. Now, download this code as zip or clone this repo **`https://github.com/anishVermaIsHere/book-management.git`**.\r\n\r\n4. Open VSCode Terminal with destination folder run the command **`ng new app_name`** and wait, after created the app copy all files of this app and paste it in your created app run command **`npm install`**.\r\n\r\n5. After the installation of all dependencies and environment setup. Now, you have to run last command **`npm start or ng serve`**.\r\n\r\n6. Now your app will start successfully.\r\n\r\n**Screenshots**\r\n**List of Books**\r\n![scrnli_7_17_2023_11-14-52 PM](https://github.com/anishVermaIsHere/book-management/assets/97972189/ced49949-bb3b-4b89-9217-2d3ded0af759)\r\n**Manage Books**\r\n![scrnli_7_17_2023_11-16-15 PM](https://github.com/anishVermaIsHere/book-management/assets/97972189/45aaedc1-668d-4223-81cb-3bba933d80ac)\r\n![scrnli_7_17_2023_11-17-12 PM](https://github.com/anishVermaIsHere/book-management/assets/97972189/08b0da72-f2e8-41d0-9f48-96d2f7db6670)\r\n\r\n\r\n# Additional Information - Angular \r\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.6.\r\n\r\n## Development server\r\n\r\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.\r\n\r\n## Code scaffolding\r\n\r\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\r\n\r\n## Build\r\n\r\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\r\n\r\n## Running unit tests\r\n\r\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\r\n\r\n## Running end-to-end tests\r\n\r\nRun `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.\r\n\r\n## Further help\r\n\r\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanishvermaishere%2Fbook-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanishvermaishere%2Fbook-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanishvermaishere%2Fbook-management/lists"}