Welcome to the Wick SQLite REST App, a sample project demonstrating how to use Wick to perform SQL queries on a SQLite engine and expose them through a RESTful HTTP API.
- Wick installed on your system.
- SQLite installed and available in your PATH.
To get this project up and running on your local machine, follow these steps:
git clone [email protected]:candlecorp/wick-apps.git
cd sqlite-rest
This project uses environment variables to configure and run the app. These variables are housed in the .env
file in the root of the project. Before running the application, ensure you've set up the required variables.
Run the Wick app with:
wick run app.wick