<<<<<<< HEAD <<<<<<< HEAD OM
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
- Configure the top-level
parserOptions
property like this:
export default tseslint.config({
languageOptions: {
// other options...
parserOptions: {
project: ['./tsconfig.node.json', './tsconfig.app.json'],
tsconfigRootDir: import.meta.dirname,
},
},
})
- Replace
tseslint.configs.recommended
totseslint.configs.recommendedTypeChecked
ortseslint.configs.strictTypeChecked
- Optionally add
...tseslint.configs.stylisticTypeChecked
- Install eslint-plugin-react and update the config:
// eslint.config.js
import react from 'eslint-plugin-react'
export default tseslint.config({
// Set the react version
settings: { react: { version: '18.3' } },
plugins: {
// Add the react plugin
react,
},
rules: {
// other rules...
// Enable its recommended rules
...react.configs.recommended.rules,
...react.configs['jsx-runtime'].rules,
},
})
Project Title
Business Resource Hub – A web application to empower users with resources and funding insights while offering a smooth and secure user experience.
Project Overview
The Business Resource Hub is a comprehensive platform that provides users with various resources, notifications, and insights for business empowerment. It includes features like user authentication, funding visualization, and resource directory management. Built with a robust backend using Flask and a dynamic frontend using React, this application ensures scalability and user-friendliness.
UserPersonas Persona 2.pdf User Persona1.pdf Data For Reference Women_Empowerment_Schemes_SearchEngine.xlsx
Setup Instructions
-
Clone the Repository:
git clone <repository-url> cd <project-folder>
-
Backend Setup:
- Navigate to the backend folder:
cd backend
- Create a virtual environment:
python -m venv env source env/bin/activate # For Windows: env\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Set up the
.env
file:- Add the following environment variables:
SECRET_KEY=your-secret-key SQLALCHEMY_DATABASE_URI=postgresql://<user>:<password>@<host>:<port>/<database>
- Add the following environment variables:
- Run database migrations:
flask db init flask db migrate flask db upgrade
- Start the backend server:
python app.py
- Navigate to the backend folder:
-
Frontend Setup:
- Navigate to the frontend folder:
cd frontend
- Install dependencies:
npm install
- Start the React application:
npm start
- Navigate to the frontend folder:
Dependencies List
Backend:
- Flask
- Flask-SQLAlchemy
- Flask-Migrate
- Flask-CORS
- Python 3.x
- PostgreSQL
- JWT (PyJWT)
Frontend:
- React
- TypeScript
- React-Router-DOM
- TailwindCSS
- Lucide Icons
Usage Examples
- User Authentication: Sign up, log in, and manage your profile securely.
- AIBusinessMentor helps people understand the growth of business ideas.
- Resource Directory: Browse categorized resources for business needs.
- Funding Visualization: View funding statistics and success stories.
- Notifications: Stay updated with real-time notifications.
Screenshots or GIFs
Landing Page
Community
Features
About
Funding Visualization
ResourceDirectory
Team Member Details
- Jashwanth Reddy (VAB) – Developer and Project Lead.
- Nikhil Mamilla
- Bindhu Sathwika
- Sumanvitha
- Rupa Sri
Contributing
We welcome contributions to enhance this project. Feel free to fork the repository, create a new branch, and submit a pull request.
License
This project is licensed under the MIT License.