{"id":16170368,"url":"https://github.com/magnuschase03/bugtracker","last_synced_at":"2025-03-18T23:31:10.012Z","repository":{"id":42172055,"uuid":"459789918","full_name":"MagnusChase03/BugTracker","owner":"MagnusChase03","description":"A simple bug tracker","archived":false,"fork":false,"pushed_at":"2022-06-09T15:47:18.000Z","size":1095,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T13:18:10.385Z","etag":null,"topics":["bug-tracker"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MagnusChase03.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}},"created_at":"2022-02-15T23:55:44.000Z","updated_at":"2023-01-27T17:56:03.000Z","dependencies_parsed_at":"2022-08-12T08:40:20.350Z","dependency_job_id":null,"html_url":"https://github.com/MagnusChase03/BugTracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagnusChase03%2FBugTracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagnusChase03%2FBugTracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagnusChase03%2FBugTracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagnusChase03%2FBugTracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MagnusChase03","download_url":"https://codeload.github.com/MagnusChase03/BugTracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955755,"owners_count":20374373,"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":["bug-tracker"],"created_at":"2024-10-10T03:18:31.053Z","updated_at":"2025-03-18T23:31:09.464Z","avatar_url":"https://github.com/MagnusChase03.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bug Tracker WIP\nThis project was created to help keeep track of bugs within any coding project enviorment. It allows the creation of bugs which will contain essential information about it and store it within a mongo database. Once the bug has been patched, it can be removed from the displayed list and database.\n\n## Table Of Contents\n* [Usage Docker](#usage-with-docker)\n* [Usage No Docker](#usage-without-docker)\n* [Framework](#framework)\n* [License](#license)\n\n## Usage With Docker\n**Make sure you put your mongodb url into the .env file in the root directory.**\n\n`DB = 'mongodb://USER:PASSWORD@127.0.0.1:27017/DATABASE?authSource=admin'`\n\nFirst build the docker container by running\n\n`docker build -t BugTracker .`\n\nOnce the container is build run it by running\n\n`docker run -d BugTracker`\n\n## Usage Without Docker\n**Make sure you put your mongodb url into the .env file in the root directory.**\n\n`DB = 'mongodb://USER:PASSWORD@127.0.0.1:27017/DATABASE?authSource=admin'`\n\nFirst you will need to build the projects dependencies by running\n\n`npm build`\n\nin both the root directory and client directory. Once the dependiencies have been built, the project can be run by running\n\n`npm run dev`\n\nthe app will then be running on http://localhost:3000\n\n## Framework\n* NodeJS\n* ExpressJS\n* ReactJS\n* MongoDB\n\n## License\n* GPL-3.0","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagnuschase03%2Fbugtracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagnuschase03%2Fbugtracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagnuschase03%2Fbugtracker/lists"}