Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

My Full Stack App

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.


📌 Current Status

🚧 Project is in initial setup phase:

  • Backend folder with virtual environment created
  • Basic frontend using HTML + JavaScript
  • React and FastAPI setup coming next

📂 Project Structure

Python project/
├── frontend/
│   ├── index.html
│   ├── script.js
├── backend/
│   ├── venv/
├── README.md

🚀 Features (Planned)

  • RESTful API using FastAPI
  • Interactive UI using React
  • Frontend ↔ Backend integration
  • Scalable full stack architecture

⚙️ Setup and Installation

Prerequisites

  • Python 3.x
  • Node.js (for React later)
  • Git

🔹 Backend Setup

cd backend
python -m venv venv

Activate virtual environment:

Windows:

venv\Scripts\activate

macOS/Linux:

source venv/bin/activate

🔹 Frontend Setup (Current)

  1. Navigate to frontend:
cd frontend
  1. Open index.html in browser

▶️ Usage

  • Frontend: Open index.html directly
  • Backend: (Not implemented yet)

🧠 Learning Goals

This project is being built to learn:

  • Full stack development
  • API creation using FastAPI
  • Frontend frameworks (React)
  • Connecting frontend with backend

🤝 Contributing

This is a personal learning project, but suggestions are welcome.


📄 License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages