Skip to content

abdmanassra/sale-collect

Repository files navigation

Info

Cross-platform desktop application to upload and manage sale reports

Technologies

Project is created with:

  • Electronjs
  • Reactjs
  • Firebase
  • TypeScript

Features

  • Sign in
  • Sign Up with Firebase Auth
  • Upload and manage files using Firebase Firestore/Storage

Screen Capture

SaleCollect 6_21_2021 1_58_26 AM SaleCollect 6_21_2021 1_56_25 AM SaleCollect 6_21_2021 2_01_07 AM

Install from Release

To install the packaged release for windows:

  • Download the SaleCollectWinRelease
  • Extract zip file
  • Click on SaleCollect Setup 2.3.0.exe and setup the application

Development Instructions

Clone

  • First, clone the repo via git and install dependencies:
git clone https://github.com/abdmanassra/sale-collect.git
cd sale-collect
yarn
  • Second, Create your .env file with your firebase credentials, follow the example.env file structure

Starting Development

Start the app in the dev environment:

yarn start

Packaging for Production

To package apps for the local platform:

yarn package