Frontend Project
This full-stack web app allows users to upload documents, add details, and store them in an SQLite database. Using Flask for the backend and React with Tailwind CSS for the frontend, it offers a dynamic, responsive UI with efficient data management. Tech: Flask, React, Tailwind CSS, SQLite
Description
This full-stack web application allows users to upload documents, add relevant details, and store them in an SQLite database. The backend is built using Flask (Python), handling server-side logic and data management. The frontend uses React.js for dynamic user interfaces, styled with Tailwind CSS for a modern, responsive design.
Features
- Document Upload: Easily upload documents via an intuitive interface.
- Detail Management: Add relevant details to each document.
- SQLite Integration: Store documents and their details in a local SQLite database.
- Responsive UI: Modern frontend using React.js and Tailwind CSS for a smooth user experience.
Technologies Used
- Backend: Flask (Python)
- Frontend: React.js, Tailwind CSS
- Database: SQLite
Installation Instructions
Follow these steps to get the project running locally:
Clone the repository:
```bash
git clone https://github.com/yourusername/yourrepository.git
Clone the repository:
cd yourrepository
Install the frontend dependencies:
npm run dev
Install the Backend dependencies:
```bash
python main.py