Skip to content

cbout22/basic-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-app

A basic app for testing and learning purpose

Purpose

A basic booking API for ordering books.

Project architecture

├── app # The app
│   ├── __init__.py # Python init file
│   ├── models.py # data model for books, clients, and books
│   ├── routes.py # API routes
│   ├── services.py # Logic for booking
│   ├── database.py # database access
│   ├── config.py  # app configuration
│   └── utils.py # global utils
├── LICENSE
├── poetry.lock
├── pyproject.toml
├── README.md
└── tests
    ├── test_books.py # testing books 
    ├── test_clients.py # testing clients
    └── test_reservations.py # testing booking

About

A basic app for testing and learning purpose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages