.net core api with JWT simple authentication
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Update Homebrews package database
brew update
brew install mongodb
mkdir -p /data/db
brew install openssl
mkdir -p /usr/local/lib
ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/
ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/
Fork https://github.com/johnrhampton/dot-net-st-pete-api to your personal GitHub
git clone https://github.com/[your GH username]/dot-net-st-pete-api.git
cd dot-net-st-pete-api
mongod --dbpath /data/db
dotnet restore
dotnet run