auth / start_server.sh
Prasannata's picture
first commit
7d369c8
raw
history blame contribute delete
239 Bytes
#!/bin/bash
echo "Starting SAGAR AdaptiveAuth Framework..."
echo ""
echo "Make sure you have installed the dependencies with:"
echo " pip install -r requirements.txt"
echo ""
echo "Press Enter to start the server..."
read
python main.py