Skip to content

A clone of wordpress writing in Java with Spring Boot

License

Notifications You must be signed in to change notification settings

GLinBoy/JPress-AllInOne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JPress AllInOne

This is a blog engine that developed by Java (by Spring Framework), and inspired from Wordpress.

NOTE: This Application is under development, and isn't ready for production purpose.

Summary

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

JPress needs only Java 11 to run or build; Project include Maven wrapper but you can use local Maven too;

Runing from the source

  1. clone the project on your system:

    git clone git@github.com:GLinBoy/JPress-AllInOne.git

  2. go to the JPress-AllInOne directory

    cd JPress-AllInOne

  3. Run application with Maven or use Maven Wrapper:

    ./mvnw

Installing

Please, Lemme finish project and then give you installation instructions 😊

Running the tests

I didn't develop any test for project, YET, but I will add tests as soon as possible.

Break down into end to end tests

I didn't develop any test for project, YET, but I will add tests as soon as possible.

And coding style tests

I didn't develop any test for project, YET, but I will add tests as soon as possible.

Deployment

It's like any Spring Boot application If you been familar with them, creating a JAR file then run it on your prodction server, otherwise please check Installing section.

Built With

  • Java - Main Development language, used version 11
  • Spring Boot - For IOC and loos copling
  • Thymeleaf - for HTML template engine
  • Maven - for dependency managment and build tools

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

This section filled by your question 😊

  • Use admin as the username and 123 as the password on development (you can change it in data.sql file)

About

A clone of wordpress writing in Java with Spring Boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published