Citation Manager written in Node.js
NOTE: This repository is deprecated. It was a small side project I worked on in grad school and no longer maintained
Easily manage citations and quotes in research projects
This is the source code accompanying the live app at https://citation-mgr.herokuapp.com/.
Think of it as Evernote but for citations and quotes in research projects.
The backend code is written in node.js and the main file is server.js
.
The rest of the code can be found in node-controllers
directory.
The database is assumed to be postgres, and most of the database schema and connection logic can be found in node-controllers/db-common.js
.
The frontend is written using Vue.js. Front end routes can be found in server.js
.
The rest of the frontend code can be found in public/js/vue-components
node-controllers/db-common.js
cd
into the directory where you cloned the repo and run yarn install
yarn start
nodemon
yarn lint
yarn test
See file node-controllers/db-common.js