Skip to content

Ajey95/Delta

Repository files navigation

<<<<<<< HEAD <<<<<<< HEAD OM

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

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 to tseslint.configs.recommendedTypeChecked or tseslint.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

  1. Clone the Repository:

    git clone <repository-url>
    cd <project-folder>
  2. 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>
        
    • Run database migrations:
      flask db init
      flask db migrate
      flask db upgrade
    • Start the backend server:
      python app.py
  3. Frontend Setup:

    • Navigate to the frontend folder:
      cd frontend
    • Install dependencies:
      npm install
    • Start the React application:
      npm start

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 image Community image Features image About image

Dashboard image image

Funding Visualization image image image ResourceDirectory image

image


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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published