Skip to content

kuro-vale/kuro-questions

Repository files navigation

kuro-questions

PWD

Tests

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

Run in Postman

Deploy

Follow any of these methods and open http://localhost:8080/ to see the API welcome page.

Docker

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

Quick Setup

  1. create a .env file, use .env.example as reference (Use a postgres database)
  2. run swift run