Safe courier is a courier service that helps users deliver parcels to different destinations.
safe courier provides courier quotes based on weight categories
- Node JS
- Mongo DB for backend database
- Node JS
- React JS
- Mongo DB
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
REACT_APP_API_URL= specify API URL
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
- visit: http://localhost:5000/api/v1 to test API
- visit: http://localhost:3000 for front end