Skip to content

arn-br/reciper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reciper

Overview

A full-stack recipe management app.

Tech Stack

  • Frontend: React (Vite)
  • Backend: FastAPI, Strawberry GraphQL, starlette, python
  • Docker

Prerequisites

Make sure you have installed:

  • Node.js (v18+)
  • Docker

Run Frontend Locally

With Docker (Recommended)

  1. Build the image
docker build -t reciper ./fronted
  1. Run
docker run -p 5173:5173 reciper
  1. Access the application

Visit http://localhost:5173 on your browser

Notes

  • Vite runs on port 5173 by default.
  • Dockerfile is located inside the frontend directory.
  • .dockerignore is used to exclude unnecessary files and keep images small.
  • For Vite, use the --host flag if you need network access to the container.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published