Welcome to the FastApiServer! This API server is built using FastAPI and provides various endpoints for your application needs.
- 🌐 RESTful API endpoints
- ⚡ Fast and efficient
- 🔒 Built-in authentication
- 📊 Comprehensive documentation
- 🔄 Support for CORS
- Python 3.7+
- pip
-
Clone the repository:
git clone https://github.com/Sidharth-s-01/FastApiServer.git
-
cd FastApiServer
-
Install all the required files
pip install -r requirements.txt
-
cd app
-
python main.py