Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

FOOD-APP This project was bootstrapped with Create React App and includes a Node.js backend.

Clone the repository

git clone <repository-url>
cd <repository-folder>

Project Structure

project-root/
│
├─ frontend/      # React application
├─ backend/       # Node.js backend
└─ README.md

Install dependencies

cd frontend npm install cd backend npm install

Run the application

cd frontend
    npm start
cd backend
    node index.js

-Your App is live in Devlopment mode..

Notes

- Make sure both frontend and backend servers are running simultaneously for full functionality.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages