Try this yourself! Let me know what you came up with!
Do the same thing we did for the pokemon-service, but with moves, which are the attacks that Pokemon use in battle!
Here are the following files that you'll add to a moves directory inside the data directory.
I'd put my move-service directory right next to the species-service and call my file file.ts again to communicate to future-you that this is the service that is reading from files.
Here is the data I'd put in the data/moves directory. We'll add more detail later, but for now, let's just add this.
Don't forget to add an interface in your types file!