Welcome to the google-groq-task-manager! This README file will provide you with all the necessary information to get started.
To install the project, follow these steps:
- Follow this guide to setup OAuth2 for google tasks: https://developers.google.com/identity/protocols/oauth2/web-server - note the http://localhost:3000 webserver is already setup in this code.
- Clone the repository:
git clone https://github.com/jtefteller/google-groq-task-manager.git
- Navigate to the project directory:
cd google-groq-task-manager
- Install dependencies:
make install
To build the project, follow these steps:
- Clone the repository:
git clone https://github.com/jtefteller/google-groq-task-manager.git
- Navigate to the project directory:
cd google-groq-task-manager
- Install dependencies:
make build
To use the project, follow these steps:
go run main.go
or./bin/google-groq-task-manager
We welcome contributions from the community! If you'd like to contribute to the project, please follow these guidelines:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m "Add your feature"
- Push your changes to your forked repository:
git push origin feature/your-feature
- Open a pull request to the main repository.
This project is licensed under the MIT License.