Skip to content

This project aims to create a user-friendly CRM webapp that helps grape sellers to organise customer relationship and sale orders.

Notifications You must be signed in to change notification settings

tzhern/COMP30022-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The University of Melbourne - COMP30022 (IT Project)

AITI-CRM

Table of Contents

Project Overview

This project aims to create a user-friendly CRM webapp that helps grape sellers to organise customer relationship and sale orders.

Team Members

Name Status
Yifei Wang Done
Kaixin Yu Done
Haoyue Wang Done
Zhi Hern Tom Done
Kexin Wen Done

Project Requirements

  1. This system will allow the grapes whole seller to store at least 4 grape products.
  2. This system will allow the grapes whole seller to store customers' details. The customers' details should include at least full name, phone numbers, email, and orders.
  3. This system will allow the grapes whole seller to store orders' details. The orders' details should include at least amount, date, product type, product amount and status (ongoing, sold, cancelled).
  4. This system will allow the grapes whole seller to see all customers, details of each customer, all orders, orders information and the particular customers related.
  5. Simplicity design for the front end, the design needs to look like an app related to grapes whole seller, in the way of color using and icon choices. It also need to be responsive.
  6. Https should be used.

Tech Stacks

Name Tech
frontend React.js
backend Express.js
database MongoDB
deployment Heroku & Netlify

Demo

  • URL to AITI-CRM webapp: https://aiti-crm.netlify.app
  • Local installation:
    git clone https://github.com/COMP30022-2021-SM2/AITI-CRM.git
    cd COMP30022-2021-SM2/AITI-CRM
    cd server
    npm start
    cd ../client
    npm start
    

Feature Highlights

  • Beautiful, modern and clean user interfaces
  • User-friendly design
  • Manage customers and orders with few clicks
  • Check your sales performance in dashboard

Documentation

Link to documentation: click here

License

The frontend design was distributed under the MIT License. See LICENSE for more information.
The backend was distributed under the MIT License.

About

This project aims to create a user-friendly CRM webapp that helps grape sellers to organise customer relationship and sale orders.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages