Skip to content

Developer-SAIF/News-Pigeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Structure

my-react-app/ ├── frontend/ # Frontend (React/Vite app) │ ├── public/ │ ├── src/ │ ├── index.html │ ├── package.json │ ├── vite.config.js │ ├── netlify.toml │ └── .gitignore ├── backend/ # Backend (Flask API) │ ├── api/ │ │ ├── extract_news.py │ │ ├── news_api.py │ │ └── requirements.txt │ ├── vercel.json │ └── .gitignore ├── README.md # General project documentation └── .gitignore # Root-level ignores (optional)

Deployment

Frontend (Netlify)

  1. Navigate to the frontend/ directory:
    cd frontend

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors