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.
- Create, Read, Update, Delete (CRUD) operations on tours.
- Retrieve difficulty-wise tour statistics.
- Built with FastAPI and MongoDB for a fast and scalable backend.
- Python
- FastAPI
- MongoDB
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