Skip to content

ranilar/BibCreate

Repository files navigation

BibCreate

codecov Create bibtex citations.

Tiimitapaamiset viikottain: Ke klo 10-12, To klo 10.00-10.45, To klo 11-11.30

Links

Product Backlogs Project Report

Definition of Done

  • The acceptance criteria of the user story are met
  • Functionality has been tested
  • Testing is automated
  • Integration works
  • Quality of the code is good
  • The customer approves the user story

Installation Guide

Follow these steps to set up and run the project locally:

1. Clone the Repository.

SSH

git clone git@github.com:ranilar/BibCreate.git

HTTPS

git clone https://github.com/ranilar/BibCreate.git

2. Navigate to the project directory.

cd BibCreate

3. Install dependencies.

poetry install

4. Create a .env file in the directory.

For DATABASE_URL you can use either a local instance of PostgreSQL or hosted solution such as aiven.io. Add following contents to .env file:

DATABASE_URL=postgresql:///DATABASE_NAME
TEST_ENV=true
SECRET_KEY=<your_secret_key>

5. Launch virtual environment.

poetry shell

6. Initialize database.

python src/db_helper.py

7. Run the program.

python src/index.py

About

Create bibtex citations.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors