Skip to content

Juli-CVidal/Spring-Egg-News

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi, Welcome to my news portal made with Spring Boot!!!


html5 html5 html5 html5 springSecurity

It is based on a small news portal, where accounts are used to interact with it.

There are three types of accounts:

  • The user can only view news.

  • The journalist can view, create and modify news

  • The administrator can create, view and modify news, as well as dismiss journalists.

Preview of sign in and sign up forms:

Preview of the News:

Preview of the journalists:

Requirements

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the main.java.com.egg.news.newsApplication class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run

If you have any questions, feel free to contact me!