Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 873 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 873 Bytes

Spring Boot X React JS

Keywords

Java, React JS, Spring Boot, Spring Boot Security, Springboot JPA

Intorduction

This repo is to learn full stack development through Java(Spring Boot) in backend and using React JS in front end. (FULLSTACK)

Running the project

TO BE UPDATED WHEN FINISHED .

Documentation for my error

Error encountered for frontend file not being tracked by github

Create a .gitignore in the "frontend" Folder: If none of the above steps solve the problem, try creating a .gitignore file within the "frontend" folder and make sure it is empty (no patterns or entries). This might force Git to recognize and track the contents of the "frontend" folder.

Navigate to the "frontend" folder and create an empty .gitignore file:

bash

Copy code

touch .gitignore

Then try to commit and push the "frontend" folder again.