Tiimitapaamiset viikottain: Ke klo 10-12, To klo 10.00-10.45, To klo 11-11.30
Product Backlogs Project Report
- 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
SSH
git clone git@github.com:ranilar/BibCreate.git
HTTPS
git clone https://github.com/ranilar/BibCreate.git
cd BibCreate
poetry install
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>
poetry shell
python src/db_helper.py
python src/index.py