A simple dart based server-client application that allows you to search for anime using web scraping. This uses serverpod server framework.
To run the server, run the following command in the server directory:
dart bin/main.dart
Note : You should have docker installed on your device.
To run the client, run the following command in the mypod_flutter directory:
flutter run