Skip to content

Crawler for recipe websites because I don't want to hear the life story I just want the goods.

License

Notifications You must be signed in to change notification settings

nickyg91/recipe-crawler

Repository files navigation

recipe-crawler

Crawler for recipe websites because I don't want to hear the life story I just want the goods.

Dev Setup

Docker pull commands to run:

  • docker pull postgres
  • docker pull redis
  • docker pull dbck/mailtrap

Docker container run commands:

  • docker run -p 6379:6379 --restart unless-stopped --name dev-redis -d redis

  • docker run -p 5432:5432 --restart unless-stopped --name dev-postgres -v dev-postgres -e POSTGRES_PASSWORD= -e POSTGRES_INITDB_ARGS="--auth-host=scram-sha-256 --auth-local=scram-sha-256" -d postgres

  • docker run -p 9080:80 -p 2025:25 --restart unless-stopped --name mailtrap -d dbck/mailtrap

Dotnet commands to run

  • dotnet tool install --global dotnet-ef
  • dotnet ef migrations add
  • dotnet tool install -g dotnet-aspnet-codegenerator

Set your environment variable if not on windows and it isnt already set

  • export ASPNETCORE_ENVIRONMENT='Development'

About

Crawler for recipe websites because I don't want to hear the life story I just want the goods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages