This is a full stack web application currently under development. The backend will be built using Python (FastAPI), and the frontend will be developed using React.
🚧 Project is in initial setup phase:
- Backend folder with virtual environment created
- Basic frontend using HTML + JavaScript
- React and FastAPI setup coming next
Python project/
├── frontend/
│ ├── index.html
│ ├── script.js
├── backend/
│ ├── venv/
├── README.md
- RESTful API using FastAPI
- Interactive UI using React
- Frontend ↔ Backend integration
- Scalable full stack architecture
- Python 3.x
- Node.js (for React later)
- Git
cd backend
python -m venv venvActivate virtual environment:
Windows:
venv\Scripts\activatemacOS/Linux:
source venv/bin/activate- Navigate to frontend:
cd frontend- Open
index.htmlin browser
- Frontend: Open
index.htmldirectly - Backend: (Not implemented yet)
This project is being built to learn:
- Full stack development
- API creation using FastAPI
- Frontend frameworks (React)
- Connecting frontend with backend
This is a personal learning project, but suggestions are welcome.
MIT License