Skip to content

a22106/piusdev-api-django

Repository files navigation

qrcode-generator

Project setup

  • 레포지토리 클론
  • 가상환경 생성
  • 패키지 설치
pip install -r requirements.txt
  • 도커 설치

Local

  • DB 설치: docker run --name postgres-local -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=postgres -e POSTGRES_DB=qrcode -p 5432:5432 -d postgres:latest

QRCode Generator

QRCode Generator Link

Test

  • run integration tests: python test/run_integration_tests.py

Cypress

  • cypress 설치: npm install cypress --save-dev
  1. django 서버를 실행한다.(python manage.py runserver)
  2. cypress 실행한다. npx cypress open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published