faraz16iqbal / hackamu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JustShipIt

JustShipIt

Shipping and Tracking Application Built using Tensorflow, NodeJS, React, MongoDB, and Chakra UI for HackAMU 2023.

Setup

Create a .env file in the server directory with the following credentials:

MONGO_URI="YOUR_MONGO_URI"
JWT_SECRET="YOUR_SECRET"

Start

To start the project, just run:

$ bash start.sh

Test Credentials

$ Admin -> email: admin@gmail.com, password: 12345
$ Business -> email: mail@ajio.com, password: 12345

All instances should run on seperate posts. Configured Ports:

  • client : 3000
  • server: 8000
  • ml_model: 5000

About


Languages

Language:Jupyter Notebook 55.3%Language:JavaScript 41.6%Language:Python 1.1%Language:HTML 1.1%Language:CSS 0.6%Language:TypeScript 0.2%Language:Shell 0.1%