Skip to content

This is the code for the Fast 'n Fresh Mobile Application made in Flutter.

Notifications You must be signed in to change notification settings

Fast-n-fresh/fast-n-fresh-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast n' Fresh - Mobile App

Fast n' fresh is an E-Commerce Grocery Delivery Mobile Application.
It has separate login for the User, the Admin and the Delivery Boy.
Unlike many other similar apps Fast n' fresh is free and open source.
The backend is created in NodeJS and is temporarily hosted on Heroku.

Installing

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Clone

To clone this repository copy and paste the following command in your terminal.

git clone https://github.com/Fast-n-fresh/fast-n-fresh-app.git

Prerequisites

These are the prerequisites that you will need to run this app for your own.

  • This app uses a custom backend made in NodeJS so you will have to create one for yourself.
  • Create different routes according to the requirements in the network folder.
  • Place your own logo in the images folder.

Other Requirements

  • Android Studio - To build the app for Android devices
  • XCode - To build the app for IOS devices

Features

  • Separate Login for the Users, the Admins and the Delivery Boys.
  • Feedback facility for the User.
  • Delivery Status - Pending, Placed, Delivered
  • Two step delivery status updates - By Admin and by Delivery Boy

Built with

  • Flutter - The framework
  • Dart - The programming language

Important Packages Used

Developers

Screenshots

User

Login User Profile
Products 1 Products 2
My Cart (Empty) My Cart
My Orders (Empty) My Orders

Admin

Create Entities Assign Orders
Feedbacks Delivery Status
Admin Profile

Delivery Boy

Assigned Orders Delivery Status
Delivery Boy Profile

< Happy Coding 😄 />