Skip to content

anushasaha16/eng-possibilities-svcs-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eng-possibilities-svcs

Welcome to Deep Pockets (DePo), your Investing Forecasting service!

The service is a Spring boot application ready with the basic fixtures to run your APIs locally. Here are some resources to get you started with Java Spring:

Let's take a tour....

  • /src | You guessed it, this folder holds all of the application code.
    • /main/java
      • /configuration | Hold configuration files that set up beans (resources) definitions that can be used throughout your application at runtime.
      • /controller | Holds the controllers exposed by your application. A controller contains the business logic of an application and is the presentation layer of your code (exposes the API endpoints).
      • /model | Contains the POJOs used within the application. Feel free to tweak the existing ones or add your own!
      • /service | Services are contain the executing business logic of our application. It manages the domain model objects (defined in /model) and communicates with other services and data sources (like the data found in /main/resources/data).
    • /main/resources/application.properties | Hold the application properties for the Spring Boot app (learn more here: https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-application-properties.html).
    • /main/resources/data | Holds the json formatted data you'll need to read and process.
    • /test/java | Holds all of the test code for your application.

Prerequisites

You will need these installed

  • Java (8 or above)
  • Maven - To install the dependencies needed for the backend
  • NodeJS - To install the components needed to spin up the UI

About

API for DePo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages