DEV Community

Shubham
Shubham

Posted on

Fast BNB

What I built🤔

I Built FastBNB which is generally making use of MongoDB Atlas dataset named sample_airbnb. This sample dataset fulfilling the application to show data in Template and though user can make operations on it.The Web Application is Built with the help of FastAPI,Jinja,Motor,for template designing Boostrap and cloud database like MongoDB Atlas.

Category Submission:

Outside the JS Box:Build an application using MongoDB Atlas with any language that is not JavaScript.

App Link

https://fastbnb.onrender.com/

Screenshots

Home Page
Home Page

Specific Info
OneBNB

Confirmation
Confirmation

Description

Using Mongodb Atlas sample collection to show the data in the application.This data then forwarded to the template engine to render in the form of html and bootstrap to design it.
The backend API is built with FastAPI and Async Python driver like Motor to perform different operations on database.

Link to Source Code

Additional Resources/Info

Fast API : https://fastapi.tiangolo.com
Motor: https://motor.readthedocs.io/en/stable/

Top comments (0)