{"id":22661058,"url":"https://github.com/kirankumar-matham96/addressbook_nodejs_backend","last_synced_at":"2025-06-16T05:11:26.965Z","repository":{"id":114106129,"uuid":"377885441","full_name":"kirankumar-Matham96/Addressbook_nodeJS_backend","owner":"kirankumar-Matham96","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-30T14:44:11.000Z","size":12051,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T08:29:50.835Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kirankumar-Matham96.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":"2021-06-17T15:53:41.000Z","updated_at":"2021-08-01T16:02:37.000Z","dependencies_parsed_at":"2023-06-13T01:02:13.328Z","dependency_job_id":null,"html_url":"https://github.com/kirankumar-Matham96/Addressbook_nodeJS_backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kirankumar-Matham96/Addressbook_nodeJS_backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2FAddressbook_nodeJS_backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2FAddressbook_nodeJS_backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2FAddressbook_nodeJS_backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2FAddressbook_nodeJS_backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kirankumar-Matham96","download_url":"https://codeload.github.com/kirankumar-Matham96/Addressbook_nodeJS_backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2FAddressbook_nodeJS_backend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260103190,"owners_count":22959052,"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":[],"created_at":"2024-12-09T11:13:28.046Z","updated_at":"2025-06-16T05:11:26.955Z","avatar_url":"https://github.com/kirankumar-Matham96.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Addressbook_nodeJS_backend\n\n -\u003e This backend application is used to perform CRUD operations at server side.\n -\u003e Implemented using NodeJS-ExpressJS-MongoDB.\n -\u003e Have the features of validating user input, \n\tencrypts the passwordand generates JWT for the security and\n\tauthenticate user and autherize before accessing database.\n\n---\n## Requirements\n\n\tFor development, you will need Visual Studio Code(VSCODE), Node.js and a node global package, npm,\n\tinstalled in your environement.\n\t\n\tAlso need: \n\t\n\t\t-\u003e ExpressJS: to build the API and utilise HTTP methods.\n\t\t-\u003e MongooseJS: to connect to the database and build schema.\n\t\t-\u003e winston: to log the data to files/database.\n\t\t-\u003e @hapi/joi: to validate the user input.\n\t\t-\u003e bcrypt: to encrypt the password.\n\t\t-\u003e jsonwebtoken: to parse the information seccurely without violating the data.\n\t\t-\u003e dotenv: to avoid including sensitive data to the project.\n\t\t-\u003e nodemon: to restart the server when ever the chages happen in the program.\n\t\n\tIf you want to perform tests:\n\t\n\t\t-\u003e mocha: test runner. (you can choose any other test runner.)\n\t\t-\u003e chai: library for the assertion methods.\n\t\t-\u003e istambul/nyc: for code coverage.\n\t\t\n\tIncase, if npm cache propblems occurs:\n\t\t-\u003e ws: to solve some of the cache problems.(If not solved, please remove and re-install all the node modules.)\n\n### Node\n- #### Node installation on Windows\n\n  Just go on [official Node.js website](https://nodejs.org/) and download the installer.\nAlso, be sure to have `git` available in your PATH, `npm` might need it (You can find git [here](https://git-scm.com/)).\n\n- #### Node installation on Ubuntu\n\n  You can install nodejs and npm easily with apt install, just run the following commands.\n\n      $ sudo apt install nodejs\n      $ sudo apt install npm\n\n- #### Other Operating Systems\n  You can find more information about the installation on the [official Node.js website](https://nodejs.org/) and the [official NPM website](https://npmjs.org/).\n\nIf the installation was successful, you should be able to run the following command.\n\n    $ node --version\n    v8.11.3\n\n    $ npm --version\n    6.1.0\n\nIf you need to update `npm`, you can make it using `npm`! Cool right? After running the following command, just open again the command line and be happy.\n\n    $ npm install npm -g\n\n###\n## Configure app\n\nOpen `a/nice/path/to/a.file` then edit it with your settings. You will need:\n\n- URL for the mongodb;\n- Port number to run the server;\n- Secret code for JWT;\n\n## Running the project\n\n    $ npm start\n\t\n## To run the test cases\n\n    $ npm test\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirankumar-matham96%2Faddressbook_nodejs_backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkirankumar-matham96%2Faddressbook_nodejs_backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirankumar-matham96%2Faddressbook_nodejs_backend/lists"}