Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.08 KB

Data-Entry using Ember, Starlette & Flutter

Full Stack

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

How to Run

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

Screenshots

Mobile

DashBoard Add Data Fetch Data
Screenshot Screenshot Screenshot

Web

DashBoard Screenshot

Add Data Screenshot

Fetch all added Data Screenshot

Note:

Mongo DB url in the starlette code muct be changed as to carry out the databse operations