{"id":25631330,"url":"https://github.com/boompig/citation-mgr","last_synced_at":"2026-05-17T17:46:27.729Z","repository":{"id":20466148,"uuid":"23743576","full_name":"boompig/citation-mgr","owner":"boompig","description":"Citation Manager written in Node.js","archived":false,"fork":false,"pushed_at":"2021-08-17T17:14:04.000Z","size":1257,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T20:20:24.522Z","etag":null,"topics":["nodejs-server","postgresql-database","vuejs2"],"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/boompig.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}},"created_at":"2014-09-06T19:40:52.000Z","updated_at":"2021-08-17T17:14:07.000Z","dependencies_parsed_at":"2022-07-31T20:48:06.271Z","dependency_job_id":null,"html_url":"https://github.com/boompig/citation-mgr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boompig/citation-mgr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boompig%2Fcitation-mgr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boompig%2Fcitation-mgr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boompig%2Fcitation-mgr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boompig%2Fcitation-mgr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boompig","download_url":"https://codeload.github.com/boompig/citation-mgr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boompig%2Fcitation-mgr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265786743,"owners_count":23828325,"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":["nodejs-server","postgresql-database","vuejs2"],"created_at":"2025-02-22T20:19:45.859Z","updated_at":"2026-05-17T17:46:17.717Z","avatar_url":"https://github.com/boompig.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"**NOTE: This repository is deprecated. It was a small side project I worked on in grad school and no longer maintained**\n\nCitation Manager\n============\n\nEasily manage citations and quotes in research projects\n\n## About\n\nThis is the source code accompanying the live app at https://citation-mgr.herokuapp.com/.\nThink of it as Evernote but for citations and quotes in research projects.\n\n## Organization\n\n### Backend\n\nThe backend code is written in node.js and the main file is `server.js`.\nThe rest of the code can be found in `node-controllers` directory.\nThe database is assumed to be postgres, and most of the database schema and connection logic can be found in `node-controllers/db-common.js`.\n\n### Frontend\n\nThe frontend is written using Vue.js. Front end routes can be found in `server.js`.\nThe rest of the frontend code can be found in `public/js/vue-components`\n\n## Run Locally\n\n### Create local database fixtures\n\n* Database fixtures will be automatically created when you start the server\n  * Edit settings in `node-controllers/db-common.js`\n\n### Get web server locally\n\n* git clone this repo\n* `cd` into the directory where you cloned the repo and run `yarn install`\n* from the same directory, run `yarn start`\n* leave this terminal window running, server is running on port 8080\n  * you can set the port using the PORT environment variable\n\n### Development\n\n`nodemon`\n\n### Testing\n\n1. Set up the Postgres database locally (unfortunately not mocked out)\n2. `yarn lint`\n3. `yarn test`\n\n#### Database Setup\n\nSee file `node-controllers/db-common.js`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboompig%2Fcitation-mgr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboompig%2Fcitation-mgr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboompig%2Fcitation-mgr/lists"}