fin-tech-social_app

所属分类:硬件设计
开发工具:Java
文件大小:0KB
下载次数:0
上传日期:2023-09-18 07:02:08
上 传 者sh-1993
说明:  构建FinTech社交中心,融合现代金融和社交网络。为新手和有经验的投资者设计,它将...,
(Building a FinTech Social Hub, a blend of modern finance and social networking. Designed for both novice and experienced investors, it will not only helps users track their financial portfolios but also offers AI-driven insights and a platform to share strategies, predictions, and learn from a community of like-minded individuals.)

文件列表:
backend/ (0, 2023-09-20)
backend/pom.xml (2867, 2023-09-20)
backend/script.sh (531, 2023-09-20)
backend/src/ (0, 2023-09-20)
backend/src/main/ (0, 2023-09-20)
backend/src/main/java/ (0, 2023-09-20)
backend/src/main/java/com/ (0, 2023-09-20)
backend/src/main/java/com/fintechsocial/ (0, 2023-09-20)
backend/src/main/java/com/fintechsocial/App.java (180, 2023-09-20)
backend/src/main/java/com/fintechsocial/config/ (0, 2023-09-20)
backend/src/main/java/com/fintechsocial/config/SecurityConfig.java (1672, 2023-09-20)
backend/src/main/java/com/fintechsocial/controller/ (0, 2023-09-20)
backend/src/main/java/com/fintechsocial/controller/UserController.java (1235, 2023-09-20)
backend/src/main/java/com/fintechsocial/dto/ (0, 2023-09-20)
backend/src/main/java/com/fintechsocial/dto/UserResponseDTO.java (942, 2023-09-20)
backend/src/main/java/com/fintechsocial/model/ (0, 2023-09-20)
backend/src/main/java/com/fintechsocial/model/User.java (2562, 2023-09-20)
backend/src/main/java/com/fintechsocial/repository/ (0, 2023-09-20)
backend/src/main/java/com/fintechsocial/repository/UserRepository.java (285, 2023-09-20)
backend/src/main/java/com/fintechsocial/service/ (0, 2023-09-20)
backend/src/main/java/com/fintechsocial/service/UserService.java (1067, 2023-09-20)
backend/src/test/ (0, 2023-09-20)
backend/src/test/java/ (0, 2023-09-20)
backend/src/test/java/com/ (0, 2023-09-20)
backend/src/test/java/com/fintechsocial/ (0, 2023-09-20)
backend/src/test/java/com/fintechsocial/AppTest.java (645, 2023-09-20)
frontend/ (0, 2023-09-20)
frontend/package.json (940, 2023-09-20)
frontend/public/ (0, 2023-09-20)
frontend/public/favicon.ico (3870, 2023-09-20)
frontend/public/index.html (1721, 2023-09-20)
frontend/public/logo192.png (5347, 2023-09-20)
frontend/public/logo512.png (9664, 2023-09-20)
frontend/public/manifest.json (492, 2023-09-20)
frontend/public/robots.txt (67, 2023-09-20)
frontend/src/ (0, 2023-09-20)
frontend/src/App.css (564, 2023-09-20)
frontend/src/App.js (622, 2023-09-20)
... ...

# FinTech Social Hub # About: Building a FinTech Social Hub, a blend of modern finance and social networking. Designed for both novice and experienced investors, it will not only helps users track their financial portfolios but also offers AI-driven insights and a platform to share strategies, predictions, and learn from a community of like-minded individuals. # Features that are going to be included: Investment Tracking: Seamlessly connect to real-time stock data APIs for accurate portfolio management. AI Insights: Beneficial predictions based on current market trends using AWS's machine learning services. Community Interaction: Share personal insights, news, or ask questions and engage in meaningful discussions. Real-time Notifications: Stay updated with market fluctuations and community interactions. Comprehensive Reporting: Generate detailed financial reports to analyze your financial growth. # Technologies that will be used: Frontend: React.js Backend: Java Database: AWS RDS (PostgreSQL) Deployment: AWS EC2, S3 CI/CD: Jenkins # Getting Started # FRONTEND SET UP # Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts In the project directory, you can run: ### `yarn start` Runs the app in the development mode.\ Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console. ### `yarn test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `yarn build` Builds the app for production to the `build` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. ### `yarn eject` **Note: this is a one-way operation. Once you `eject`, you can't go back!** If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). ### Code Splitting This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) ### Analyzing the Bundle Size This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) ### Making a Progressive Web App This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) ### Advanced Configuration This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) ### Deployment This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) ### `yarn build` fails to minify This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify) # BACKEND SET UP Java: Ensure you have Java (version 8 or later) installed: ### `java -version` Maven: Check if you have Maven installed: ### `mvn -version` If not, follow the Maven installation guide. Navigate to the backend directory: ### `cd backend` Install the Maven dependencies: ### `mvn install` ### `mvn spring-boot:run`

近期下载者

相关文件


收藏者