This is the README file for the Vyapari Web API project. The Vyapari Web API is built with .NET 6 and provides a backend for the Vyapari application.
To get started with the Vyapari Web API, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/vyapari-web-api.git
- Navigate to the project directory:
cd vyapariwebapi
- Install the required dependencies:
dotnet restore
- Build the project:
dotnet build
- Run the API:
dotnet run
The Vyapari Web API project includes the following features:
- User authentication and authorization
- CRUD operations for managing products
- API documentation using Swagger
Contributions to the Vyapari Web API project are welcome! If you find any issues or have any suggestions, please open an issue or submit a pull request.
This project is licensed under the MIT License.