10000 GitHub - antoniorico31416/spring-boot-app: Spring Boot Repository
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

antoniorico31416/spring-boot-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

News-Feed App

forthebadge

Repository designed to develop Spring Application for learning purposes

Description

This is an implementation of minimum news-feed system (like Twitter). Builded with Java and Spring Boot with a HTML5 template engine.

The application provides a registration/login module and a simple system for follow users, create posts and display recent news (latests post created by followed users)

How to use

To clone and run this application, you'll need Git and Java installed on your computer.

# Clone this repository
$ git clone https://github.com/antoniorico31416/spring-boot-app.git

Once you cloned the repo, you need to import to some IDE or Text Editor of your preference.

Requirements

Config

You have to set up some parameters in order to manage the jpa persistence module:

  1. Database information in src\main\resources\application.properties:

      server.port={app port}
      spring.datasource.url=jdbc:{dbms}://{db-host}:{port}/{db-name}
      spring.datasource.username={user}
      spring.datasource.password={password}
      spring.jpa.show-sql = true //optional parameter to show executed queries 

About

Spring Boot Repository

Topics

Resources

Stars

Watchers

Forks

0