Skip to content

vivekgithub1997/blood4family-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Backend (spring-boot)

  • minimum java version 17, MySQL:8.x.x

Setting Up Your Local Machine (Backend) Clone the Backend Repository: (i) Clone the blood4family-backend repository to your local machine. Extract and Open in an IDE Extract the repository's contents (if necessary). Open the folder in an IDE like Eclipse or Spring Tool Suite (STS).

(ii) Import as a Maven Project: Go to the Import option in your IDE. Choose to import the project as a Maven project. Complete the import process.

(iii) Set Up the Database: Open a database management tool like MySQL Workbench. Create a new database with a name of your choice. In the application.properties file of the project, update the spring.datasource.url property to point to your newly created database. Run the Spring Boot Application:

(iv) Right-click on the project in your IDE. Select "Run as" > "Spring Boot Application." Once the application runs successfully, you can start sending requests, such as registering as a donor or finding blood donor data.

Setup UI

Setting Up Your Local Machine (UI) Clone the Repository (blood4family)

(i) Clone the repository containing the frontend/UI code to your local machine. Extract and Open in VS Code: Extract the contents of the repository (if necessary). Open the folder containing the extracted files in Visual Studio Code (VS Code). Run as Live Server:

(ii) Navigate to the index.html file within VS Code. Right-click on index.html and select "Open with Live Server" to run the application in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages