Skip to content

prabhattopi/full_stack_recipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Recipe App

How to start the App

For Backend

git clone https://github.com/prabhattopi/full_stack_recipe.git
cd full_stack_recipe
cd backend
npm run dev

For Frontend Open another terminal

cd full_stack_recipe
cd frontend
npm run dev

Dont Forget to put .env file in both folder

For Backend

POSTGRES_URL=
API_KEY=

For Frontend

VITE_API_URL=http://localhost:3000

Home Page

Home

Single Page

Features

Single Page Feature

dashboard

Login Page

Login

Authors

Prabhat Singh