Home
el-cordovez
Cancel

04 Access to your back-end is transactional

Without getting too explicit about authorisation to this back-end, suffice it to say that the front-end will require a token for access. If this token is accepted, the front-end is then free to all...

03 Creating our first document in the database with the UserMongoDB model

It is important to revisit the structure of the project and the responsibilities of each of the folders within, because as the project grows we move back and forth between these: config: handle...

02 Beanie Models and database design

The most important fact to remember is that Beanie models are a special type of Pydantic model that has been customised to play nice with MongoDB. Your FastAPI server will work with Pydantic except...

01 FastAPI routes set up

FastAPI is the interface that you use to connect to your database, in our case MongoDB, to create, read, update and delete (CRUD) each instance of an object that you save to your database. MongoDB ...

00 FastAPI, MongoDB, Cloudinary : An Introduction

If you are like me, you have flitted from tutorial to tutorial in an effort to master Python and then attempted to finish a project only to realise that, while the tutorial exercise worked perfectl...

Designers are their own worst client

There is a very good argument for designing your own website or web app if you are a budding developer … unless you’re a graphic designer. Coding your own app or site gives you a good initiation i...