Updated README with install instructions
Check if system is ready for Vapor. In terminal enter eval "$(curl -sL check.vapor.sh)"
eval "$(curl -sL check.vapor.sh)"
Make sure to have home brew installed if not it can be found here -> https://brew.sh/
In terminal run brew install vapor/tap/vapor
brew install vapor/tap/vapor
In project directory in terminal run vapor xcode -y
vapor xcode -y
Simple API Server using Vapor
Install
Check if system is ready for Vapor. In terminal enter
eval "$(curl -sL check.vapor.sh)"
Make sure to have home brew installed if not it can be found here -> https://brew.sh/
In terminal run
brew install vapor/tap/vapor
In project directory in terminal run
vapor xcode -y
Notes