{"id":26057322,"url":"https://github.com/xaxtric7/xo_node.js","last_synced_at":"2025-03-08T11:08:14.311Z","repository":{"id":280824410,"uuid":"943295602","full_name":"XaXtric7/xo_Node.js","owner":"XaXtric7","description":"📌This repository is dedicated to practicing and experimenting with Node.js concepts","archived":false,"fork":false,"pushed_at":"2025-03-05T13:54:44.000Z","size":1081,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T14:33:49.430Z","etag":null,"topics":["backend","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XaXtric7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-03-05T13:32:49.000Z","updated_at":"2025-03-05T13:54:48.000Z","dependencies_parsed_at":"2025-03-05T14:44:23.422Z","dependency_job_id":null,"html_url":"https://github.com/XaXtric7/xo_Node.js","commit_stats":null,"previous_names":["xaxtric7/xo_node.js"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XaXtric7%2Fxo_Node.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XaXtric7%2Fxo_Node.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XaXtric7%2Fxo_Node.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XaXtric7%2Fxo_Node.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XaXtric7","download_url":"https://codeload.github.com/XaXtric7/xo_Node.js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242539042,"owners_count":20145884,"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":["backend","nodejs"],"created_at":"2025-03-08T11:08:13.616Z","updated_at":"2025-03-08T11:08:14.290Z","avatar_url":"https://github.com/XaXtric7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📌 Node.js Practice Repository\n\nWelcome to my **Node.js Practice Repository**! 🚀\n\nThis repository is dedicated to practicing and experimenting with **Node.js** concepts, including:  \n✅ Setting up a basic server  \n✅ Working with Express.js  \n✅ Handling file operations  \n✅ Using middleware  \n✅ Implementing authentication using JWT  \n✅ Connecting to databases  \n✅ Creating APIs\n\n## 🛠 Tech Stack\n\n- **Node.js**\n- **Express.js**\n- **jsonwebtoken (JWT)** for authentication\n- **Nodemon** for development\n\n## 🔥 Getting Started Documentations\n\n- [**Node.js docs**](https://nodejs.org/docs/latest/api/)\n- [**Express.js docs**](https://expressjs.com/)\n\n### 1️⃣ Clone the repository\n\n```sh\ngit clone https://github.com/your-username/nodejs-playground.git\ncd nodejs-playground\n```\n\n### 2️⃣ Initialize a Node.js project\n\n```sh\nnpm init -y\n```\n\n### 3️⃣ Install dependencies\n\n```sh\nnpm install express jsonwebtoken\n```\n\n### 4️⃣ Install development dependencies\n\n```sh\nnpm install nodemon --save-dev\n```\n\n### 5️⃣ Add a start script in `package.json`\n\nModify the `\"scripts\"` section like this:\n\n```json\n\"scripts\": {\n  \"start\": \"node index.js\",\n  \"dev\": \"nodemon index.js\"\n}\n```\n\n### 6️⃣ Run the project\n\nStart the server using:\n\n```sh\nnpm run dev\n```\n\nor\n\n```sh\nnode index.js\n```\n\n## 🚀 Goals of This Repository\n\n- To explore **Node.js fundamentals**\n- To build **mini-projects** and test features\n- To improve backend development skills\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaxtric7%2Fxo_node.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxaxtric7%2Fxo_node.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaxtric7%2Fxo_node.js/lists"}