Giter Club home page Giter Club logo

spring-firebase-crud's Introduction

Spring-firebase-crud

This repository contains a Spring Boot application that demonstrates a CRUD (Create, Read, Update, Delete) functionality using Firebase as the database. The application provides a RESTful API for managing data and leverages the Spring Boot framework along with Firebase's real-time database capabilities.

Features

  • Create new records in the database.
  • Retrieve existing records based on specified criteria.
  • Update records with new information.
  • Delete records from the database.
  • Real-time synchronization with Firebase's NoSQL database.
  • Easy-to-use RESTful API.

Getting Started

Prerequisites

  • Java Development Kit (JDK) 8 or higher
  • Maven (for building and managing dependencies)
  • Firebase account
  • IDE of your choice (prefer IntelJ Ultimate)

Setup Firebase

  • Create a new project in your Firebase console.
  • Obtain the Firebase configuration settings for your project.
  • Configure your Spring Boot application to use these settings for Firebase connectivity. You can do this by adding the configuration to your application.properties or application.yml file.

Running the Application

API Endpoints

  • POST /api/v1/Student/ : Create a new Student.
  • GET /api/v1/Student/ : Retrieve all Students.
  • GET /api/v1/Student/{StudentId} : Retrieve a specific Student by ID.
  • PUT /api/v1/Student/{StudentId} : Update an existing Student.
  • DELETE /api/v1/Student/{Studentd}: Delete an Student.

spring-firebase-crud's People

Contributors

abdellah-belcaid avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.