The-POS / The-POS-Flutter

Point of Sale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to setup a working local copy of this project?

shujaatak opened this issue · comments

Although The-POS-Flutter seems amazing and definitely one would wish to contribute to this project but there is no documentation in the readme file about setting up a working copy of this project in one's local machine for testing and development.

It would be a lot helpful if you please provide detailed step by step instructions about how to setup a working copy of this project on local machine.

The reason for asking the question is that when i build and run The-POS-Flutter project, the app does not load any products. Is it normal or is there any bug or setting issue?

Hi @shujaatak the project builds on the idea of API First Approach so you can find the Open API spec in here if you want to add it to another system you need to implement the API on this system
Anyway, for testing purposes, you can change the option enableFaker in config file to true

Hi @shujaatak the project builds on the idea of API First Approach so you can find the Open API spec in here if you want to add it to another system you need to implement the API on this system Anyway, for testing purposes, you can change the option enableFaker in config file to true

@ServeMe Wow, such a nice and useful answer! Thank you so much brother!