# ProductInventoryExample **Repository Path**: cheunjq/ProductInventoryExample ## Basic Information - **Project Name**: ProductInventoryExample - **Description**: No description available - **Primary Language**: Swift - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-04 - **Last Updated**: 2025-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ProductInventoryExample Product Inventory using Swift Vapor as a backend framework First download and run this application as any other vapor app create username and password using postman. Allow the application to access the local folder ( to create sqlite db) Ex: url POST: http://127.0.0.1:8080/users/signup in the body: { "username":"John", "password":"florida123" } You can use this username and password to login (use the ios app in another repo) enter few records in the sqlite database such that you view them in the ios app.