Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 645 Bytes

File metadata and controls

22 lines (17 loc) · 645 Bytes

RecipeWiki

Data source

https://www.themealdb.com/

Tech Stack

Backend:

  • .NET 7
  • ASP.NET
  • Entity framework
  • Sqlite for development, SQL server for production

Frontend:

  • TypeScript
  • React
  • Bootstrap

Production version is hosted on Azure.

Website: https://recipewiki.azurewebsites.net/

Please, note that Azure has to warm up the server on the first request so the response may take 30-40 seconds. If you encounter any problems, DM me in Telegram @yokano. You can run the local development version using instructions inside the LuckyDev folder.