/book_store

This is project book store

Primary LanguagePython

README book_store

How to install this project

  • create deploy/.env file
  • copy deploy/env.md to deploy/.env
  • python -m venv venv
  • source venv/bin/activate
  • pip install poetry
  • poetry init
  • poetry install