{"id":25126310,"url":"https://github.com/sandygudie/kanban-api","last_synced_at":"2026-04-09T23:03:07.257Z","repository":{"id":232352324,"uuid":"744771971","full_name":"sandygudie/kanban-api","owner":"sandygudie","description":"The Kanban API  for the kanban project management application.","archived":false,"fork":false,"pushed_at":"2024-09-25T14:16:53.000Z","size":342,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T09:38:28.956Z","etag":null,"topics":["bycrypt","cors","expressjs","joi","mongoose","nodejs","nodemon"],"latest_commit_sha":null,"homepage":"https://track-api-331a.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/sandygudie.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-01-18T01:08:26.000Z","updated_at":"2024-09-25T14:16:57.000Z","dependencies_parsed_at":"2024-04-09T09:48:47.628Z","dependency_job_id":"f28eac70-58dc-450b-b9d8-93c0e2951811","html_url":"https://github.com/sandygudie/kanban-api","commit_stats":null,"previous_names":["sandygudie/kanban-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandygudie%2Fkanban-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandygudie%2Fkanban-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandygudie%2Fkanban-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandygudie%2Fkanban-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sandygudie","download_url":"https://codeload.github.com/sandygudie/kanban-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246875909,"owners_count":20848048,"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":["bycrypt","cors","expressjs","joi","mongoose","nodejs","nodemon"],"created_at":"2025-02-08T09:29:18.175Z","updated_at":"2026-04-09T23:03:07.201Z","avatar_url":"https://github.com/sandygudie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e Kanban-API\u003c/p\u003e\n\n  \u003cbr/\u003e\n  \n### Resources\n\n- Client App: https://kanban-track.vercel.app/\n- BaseUrl: [track-api-331a.onrender.com](https://track-api-331a.onrender.com/)\n\n  \u003cbr/\u003e\n\n### Technologies and dependencies\n\n- [**NodeJs 14.17.5**](https://nodejs.org/en/) - A cross-platform JavaScript runtime environment for developing server-side applications\n- [**Express 4.18.2**](https://expressjs.com/) - A NodeJs web application framework that helps manage servers and routes.\n- [**Mongoose ^7.0.0**](https://www.mongodb.com/) - A non-relational Database\n- [**Nodemon ^3.0.2**](https://www.npmjs.com/package/nodemon) - Detects and automatically restarting the node application when file changes.\n- [**Bycrypt ^5.1.1**](https://www.npmjs.com/package/bcrypt) - A library to help you hash passwords.\n- [**Cors ^2.8.5**](https://www.npmjs.com/package/cors) - For cross origin resources sharing.\n- [**Nodemailer ^6.9.8**](https://www.nodemailer.com/) - For sending email in Nodejs apllication.\n- [**Jsonwebtoken ^9.0.2**](https://jwt.io/) - For decode, verify and generating JWT.\n- [**google-auth-library ^9.7.0**](https://cloud.google.com/nodejs/docs/reference/google-auth-library/latest) - For Google authentication\n- [**EJS ^3.1.9**](https://ejs.co/) - A Simple templating language that lets you generate HTML markup with plain JavaScript\n- [**cookie-parser ^1.4.6**](https://www.npmjs.com/package/cookie-parser) - For parsing request cookies\n- [**Eslint ^7.32.0 || ^8.2.0**](https://eslint.org/) - Handles codebase Linting, (Eslint standard used)\n- [**Prettier ^2.8.4**](https://prettier.io/) - Code formatter to to make code base look pretty\n- [**Husky ^8.0.3**](https://github.com/typicode/husky) and [**lint-staged ^13.2.0**](https://github.com/okonet/lint-staged) - Pre-commit hooks that runs on `git commit`\n\n  \u003cbr/\u003e\n\n### Environment Setup\n\n- Make sure you have **nodejs v14.17.5** and above installed. You can install **nodejs** from [here](https://nodejs.org/en/download/) if you don't have it.\n- To check node version\n  ```\n  node --version\n  ```\n- Clone the respository to your local machine using the command.\n  ```\n  git clone https://github.com/sandygudie/kanban-api.git\n  ```\n- Navigate to the project folder.\n  ```\n  cd kanban-api\n  ```\n- You can open the project with your code editor (VScode recommended)\n\n  \u003cbr/\u003e\n\n### Start the server\n\n- Install the package dependencies by running the following command in the terminal `npm install`\n- Create a `.env` in the project folder, get example variables from the `.env.example` file sample and ensure to add the values correctly(e.g MONGODB_URI)\n- To start the server locally, run the command `npm run dev`\n\n  \u003cbr/\u003e\n\n### Formatting for the project\n\n- We're using `eslint` for js linting, and `prettier` for code formatting.\n- Please make it a point to install `eslint` and `prettier` plugins on vscode to aid in your coding process.\n- Run the command to fix all auto-fixable formatting errors in the whole project based on `eslint` rules.\n\n  ```\n  npm run lint\n  ```\n\n- Run the command to check and fix file formatting with `prettier`\n\n  ```\n  npm run format\n  ```\n\n- Also linting has been set up for staged commits in the project.\n\n  \u003cbr/\u003e\n\n### Deployment on Render\n\n- Application is on auto deploy from Github to Render.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandygudie%2Fkanban-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandygudie%2Fkanban-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandygudie%2Fkanban-api/lists"}