/safe-courier

Safe courier is a courier service that helps users deliver parcels to different destinations. safe courier provides courier quotes based on weight categories

Primary LanguageCSS

safe-courier

safe-courier Build Status

Safe courier is a courier service that helps users deliver parcels to different destinations.
safe courier provides courier quotes based on weight categories

Requirements

  1. Node JS
  2. Mongo DB for backend database

Tech Stack

  1. Node JS
  2. React JS
  3. Mongo DB

Environment Variables

.env file for server

PORT= specify port
DB_URL_LOC= specify mongodb url
SECRET= specify secret key
NODE_ENV=local
ACCESS_TOKEN_SECRET=specify access token secret
REFRESH_TOKEN_SECRET=specify refresh token secret

.env file for client

REACT_APP_API_URL= specify API URL

Usage

git clone the repository or download the zip file.
use the develop branch

# Install Dependencis
npm install

# Install dependencies in both client and server folders
npm run instDep

#Run dev servers
npm run start

Live Preview