# README
Thunder-API
Thunder API is an internal API to communicate with all the services under thunder applications.
💉 Pre-requisites
⚙️ How to run the application
- Clone the repository
git clone https://github.com/XxThunderBlastxX/thunder-api.git
- Change directory to the project folder
cd thunder-api
- Fill the config.pkl with the required config from config.example.pkl
cp config.example.pkl config.pkl
- Run the application
make watch
📄 Licence
This project is licensed under the MIT License - see the LICENSE file for details