Skip to content

Releases: cevheri/pyfapi

0.2.0

08 Nov 01:24
Compare
Choose a tag to compare
  • logging improvement

Full Changelog: 0.0.8...0.2.0

0.0.8

01 Nov 22:35
Compare
Choose a tag to compare
  • create repository layer unit-tests

Full Changelog: 0.0.7...0.0.8

0.0.7

31 Oct 20:21
Compare
Choose a tag to compare
  • fix-deleting problem
  • add new documentation for adding new features
  • beanie document is used in repository layers

Full Changelog: 0.0.6...0.0.7

0.0.6

29 Oct 20:40
Compare
Choose a tag to compare
  • add security middleware like a request filter.
  • Full Changelog: 0.0.5...0.0.6

0.0.5

27 Oct 23:40
Compare
Choose a tag to compare
  • index.html with jinja template on root page
    Full Changelog: 0.0.4...0.0.5

0.0.4

27 Oct 12:29
e8730b4
Compare
Choose a tag to compare

Full Changelog: 0.0.3...0.0.4

0.0.3

16 Oct 09:29
Compare
Choose a tag to compare

First MVP ready-to-use simple implementation

Python FastAPI template with best-practices

  • multiple environment (dev, prod, local etc.)
  • security jwt token, oauth implementation
  • swagger
  • auth-api
  • account-api
  • users-api
  • pagination
  • mongodb implementation
  • logger
  • migration default users on startup
  • dependency-injection
  • seperation-of-concern(api > service > repository > db)
  • cors configuration
  • entity, dto model seperation

0.0.2

13 Oct 21:54
Compare
Choose a tag to compare

Full Changelog: 0.0.1...0.0.2

0.0.1

13 Oct 14:46
Compare
Choose a tag to compare