This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.

21 lines
356 B
Bash
Raw Normal View History

#!/bin/bash
# Date: 2023-03-07
# Developer: Hyperling
# Purpose: Create a test user and some test data.
2023-03-07 06:15:44 -06:00
DIR=`dirname $0`
PROG=`basename $0`
if [[ $DIR == "." ]]; then
DIR="`pwd`"
echo $DIR/$PROG
fi
## Create User ##
# curl POST test_user test_password etc etc
## Create Entries ##
# curl POST test_user 2023-03-07 "Mangoes and rice" FALSE "Yummy!"