Description
===========================
Nasher is a light Java blogging system
Admin panel + Home pages
Nasher alternatives and similar libraries
Based on the "Development" category.
Alternatively, view Nasher alternatives based on common mentions on social networks and blogs.
-
JHipster
JHipster, much like Spring initializr, is a generator to create a boilerplate backend application, but also with an integrated front end implementation in React, Vue or Angular. In their own words, it "Is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures." -
JavaParser
Java 1-21 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities. -
Immutables
Annotation processor to create immutable objects and builders. Feels like Guava's immutable collections but for regular value objects. JSON, Jackson, Gson, JAX-RS integrations included -
CircleMenu for Android
:octocat: ⭕️ CircleMenu is a simple, elegant UI menu with a circular layout and material design animations. Android UI library made by @Ramotion -
Better Error Pages
Rails like error pages for Spring Boot applications that are only active in development. -
NoException
Allows checked exceptions in functional interfaces and converts exceptions to Optional return.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Nasher or a related project?
README
Nasher
===========================
Nasher is a light Java blogging system
Admin panel + Home pages
Admin Demo username/password=mnm
About
The projects aim is to demonstrate the Java implementation of a simple REST interface which is used by an AngularJS application. The following topics are covered:
- A relational database that holds blog posts and users.
- A REST service that exposes the data in the database.
- Authentication and authorization against the REST service.
- A Simple AngularJS application that allows users to view or edit news entries depending on their role.
- A responsive design.
This project is just meant to be a demonstration, therefore it is neither well documented nor well tested. Use it to learn about the technologies used, but do not use it for productive applications.
Any feedback is welcome, and I will incorporate useful pull requests.
Technologies
User Levels
- User Level = {View posts, Apply new Comment}
- Editor Level = {Add new Post,Edit posts,Delete posts}
- Admin Level = {Manage Users, Posts, Comments, Files, Categories}
Running
Make sure Maven >= 2.2.1 is installed on your system. Go into the project dir and type mvn jetty:run
, then point your browser to http://localhost:8080
.
License
*Note that all licence references and agreements mentioned in the Nasher README section above
are relevant to that project's source code only.