Skip to content

NomadNest is a tour application built using Python, FastAPI and MongoDB, allowing users to explore and discover exciting tours.

Notifications You must be signed in to change notification settings

utopian-coder/NomadNest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NomadNest ⛰️

NomadNest is a tour application backend built using Python, FastAPI, and MongoDB. It allows users to perform CRUD operations on tours, as well as retrieve difficulty-wise tour statistics.

Features ✨

  • Create, Read, Update, Delete (CRUD) operations on tours.
  • Retrieve difficulty-wise tour statistics.
  • Built with FastAPI and MongoDB for a fast and scalable backend.

TechStack ⚙️

  • Python
  • FastAPI
  • MongoDB

Steps To Run The Backend On Your Machine 🚀

You can checkout Swagger UI's interactive documentation for NomadNest at http://127.0.0.1:PORT/docs#/ after follwing the below steps.

Fork the repository
git clone https://github.com/your-username/NomadNest.git
cd NomadNest
pip install -r requirements.txt
uvicorn main:app --reload

About

NomadNest is a tour application built using Python, FastAPI and MongoDB, allowing users to explore and discover exciting tours.

Topics

Resources

Stars

Watchers

Forks

Languages