lacoro q-commerce app
this app is an open source quick commerce app in flutter. feel free to go to the issues list and comment on them to get assigned.
architecture diagram
this project uses the concept of clean architecture which will divide the project into theses layers.
- presentation
- domain
- data
how to configure the backend
lacoro uses back4app as backend as service. you need to have a back4app account or create a new one to configure your instance of the lacoro backend. then, you need to go to our lacoro public db and download that into your back4app account.
after that, you will be able to get the keys to establishing a connection for the consumer app and admin app with your brand new backend.
setting up your dot.env file
lacoro uses flutter_dotenv package in order to set the environment variables.
once you get the back4app credentials you need to add a development.env
file.
follow the structure defined in mock-development.env
how to contribute ❤️
- download this repository
- download the repository on your computer.
- do changes and push to origin.
- make pull request to this repository.
- wait for comments or changes requested
- wait for get merged your pr
Comments are closed.