Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 617 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 617 Bytes

Anime Search

A simple dart based server-client application that allows you to search for anime using web scraping. This uses serverpod server framework.

Demo

mypod_flutter 2022-12-29 23-50-42

Usage

Server

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.

Client

To run the client, run the following command in the mypod_flutter directory: flutter run