This project consists of two main components: an API and a web application. The API is built using C# and DuckDB, while the web application is developed with Vue.js.
- api/: Contains the backend API code.
- webapp/: Contains the frontend web application code.
To get started with this project, you will need to set up both the API and the web application. Please refer to the respective README files in each directory for detailed setup instructions.
The API is responsible for handling requests and interacting with the DuckDB database. It is built using C# and utilizes AWS services.
The web application is built using Vue.js and provides a user interface for interacting with the API.
- .NET SDK for building and running the API.
- Node.js and npm for building and running the web application.
- API: Navigate to the
apidirectory and follow the instructions in theREADME.mdfile. - Web Application: Navigate to the
webappdirectory and follow the instructions in theREADME.mdfile.
Contributions are welcome! Please read the contribution guidelines in each subdirectory's README file.
This project is licensed under the MIT License. See the LICENSE file for more details.