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
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
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