Skip to content

Application build using Spring Boot for backend, Firebase as database and Angular as frontend. Basic Endpoints and Operations. TO DO: Frontend

Notifications You must be signed in to change notification settings

fajni/SpringBoot-Firebase-Angular-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot-Firebase-Angular-Simple-Project

This is a simple Spring Boot API that uses Firebase as database and Angular for Frontend.

Project Structure

├── source
│   │
│   ├── backend     # Contains source code for backend (Java)
│   │
│   └── frontend    # Contains source code for frontend (TypeScript)
│
├── notes           # My notes
│
└── README.md

Running App

Must run both frontend & backend together.

Running Frontend

  • npm install
  • npm start
  • ng serve

(localhost:4200)

Image Preview

Running Backend

  • Run local Tomcat Server in IntelliJ.

(localhost:8080)

Image Preview

Check folders for more in README.md

About

Application build using Spring Boot for backend, Firebase as database and Angular as frontend. Basic Endpoints and Operations. TO DO: Frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published