Skip to content

SLR, a system for supporting the search phase of systematic literature reviews. Backend layer.

Notifications You must be signed in to change notification settings

TrentoCrowdAI/slr-api

Repository files navigation

slr-api

SLR, a system for supporting the search phase of systematic literature reviews. Backend layer. Frontend here.

master develop
Build Status Build Status

deployment

initial installation

  • clone the repo git clone https://github.com/TrentoCrowdAI/slr-api.git && cd slr-api
  • checkout on the develop branch git checkout develop
  • run npm install to install its modules
  • copy file ".env.example" to ".env" and modify its variables

initial database

  • You need to connect an appropriate POSTGRES database by change the variable DATABASE_URL in .env file
  • then run node init_db/setup.js to initialize the database

calling the API

  • run npm start to start the service The server will be listening on http://localhost:3001/ and you can find the documentation about the API calls here

testing

  • copy file ".env.example" to ".env.test" and modify its variables
  • run npm test to test

About

SLR, a system for supporting the search phase of systematic literature reviews. Backend layer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •