Skip to content

cmvanb/cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cookbook

A personal recipe management and meal planner app.

Development

  1. Install backend dependencies.
cd backend
pip install .
  1. Run the app in development mode.
fastapi dev app/main.py
  1. Navigate to http://localhost:8000.

Docker

  1. Build the Docker image.
cd backend
docker build -t cookbook:local .
  1. Run the Docker container.
docker run --rm -it -p 8000:80 cookbook:local
  1. Navigate to http://localhost:8000.

About

Recipe management and meal planner app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published