Skip to content

This is a blogging website developed using Spring, Spring Boot and React offering a robust and scalable architecture. It features a rich text editor with support for links, images, and formatted text, ensuring a seamless writing experience. Additionally, it integrates Generative AI powered by Google Gemini Flash API.

Notifications You must be signed in to change notification settings

gaju-01/TechCradle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

TechCradle

TechCradle is a Java-based project that showcases a robust content management system designed for a blogging website, developed using the Spring Framework and its associated technologies.

Key Features

  • OTP based authentication
  • User based resource access(temporarily disabled)
  • JWT token based authorization
  • Supports English, French and Duth Language
  • Supports rich text editor that can handle links, images and text
  • Users can utilize generative artificial intelligence powered by Gemini Flash API to write their blogs
  • Allows CRUD operations on Documents/Blogs
  • Allows users to follow/unfollow others

Note

  • Please use your API key for the Google Gemini to generate the description using Generative Artificial Intelligence. Refer this issue for more details: #29

Gemini Response Images

Response00 Response01 Response03 Blogs01 Response04 Response05

How to start the application

  • Use git clone to clone the repository that already exists on GitHub, including all of the files, branches, and commits.
  • From the root of the project cd into SpringBoot folder.
  • Use mvn clean install to create the JAR file, that contains all the depencies, generated classes etc.
  • Use mvn spring-boot:run to execute the JAR file and hosts the application at the default port 8080.
  • From the root of the project cd into frontend.
  • Use npm start [-- args] to run the frontend React project.

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open 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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run 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 for more information.

npm run 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.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: 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

Making a Progressive Web App

This section has moved here: 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

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Getting Started Spring Boot

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Maven Parent overrides

Due to Maven's design, elements are inherited from the parent POM to the project POM. While most of the inheritance is fine, it also inherits unwanted elements like <license> and <developers> from the parent. To prevent this, the project POM contains empty overrides for these elements. If you manually switch to a different parent and actually want the inheritance, you need to remove those overrides.

About

This is a blogging website developed using Spring, Spring Boot and React offering a robust and scalable architecture. It features a rich text editor with support for links, images, and formatted text, ensuring a seamless writing experience. Additionally, it integrates Generative AI powered by Google Gemini Flash API.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published