This is a simple Data Entry system where you can enter a few details and it will be listed. This is just to show the simple CRUD system using Ember, Starlette and Flutter
Start starlette server with uvicorn app:app
in data-entry-server
Start Ember server in data-entry folder using ember s
Run the flutter project in an emulator or physical device
flutter run
DashBoard | Add Data | Fetch Data |
---|---|---|
Mongo DB url in the starlette code muct be changed as to carry out the databse operations