tvorova-tvornica / anagram-solver

This is repo of anagram solver, web app that solves celebrity anagrams
https://anagram-solver.fly.dev/
MIT License
0 stars 0 forks source link

Db context #2

Closed i-vukman closed 1 year ago

i-vukman commented 1 year ago

Create EF Db context with Celebrity entity.

Celebrity should have FullName and StrippedSortedFullName properties. FullName should be unique and StrippedSortedFullName indexed.