API project made with vapor.
The thematic of this API is Questions and Answers.
This API uses JWT as a authentication method
See the API docs
Follow any of these methods and open http://localhost:8080/ to see the API welcome page.
Run the command below to quickly deploy this project on your machine, see the docker image for more info.
docker run -d -p 8080:8080 kurovale/kuro-questions:sqlite
- create a .env file, use .env.example as reference (Use a postgres database)
- run
swift run