https://github.com/severell/severell
Severell is a web application framework designed to make developing web apps in Java fun and easy. We have built a great starting point for you to just dive straight into developing your application.
https://github.com/severell/severell
Last synced: 3 months ago
JSON representation
Severell is a web application framework designed to make developing web apps in Java fun and easy. We have built a great starting point for you to just dive straight into developing your application.
- Host: GitHub
- URL: https://github.com/severell/severell
- Owner: severell
- License: mit
- Created: 2020-08-12T20:30:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T18:28:22.000Z (over 4 years ago)
- Last Synced: 2025-08-31T20:58:40.925Z (4 months ago)
- Language: Java
- Homepage: https://severell.com
- Size: 998 KB
- Stars: 44
- Watchers: 5
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-java - Severell
README
# Severell Framework
Severell is a web application framework designed to make developing web apps in Java fun and easy.
We have built a great starting point for you to just dive straight into developing your application.
### Requirements
* Maven
* Java >= 11
### Documentation
A more detailed documentation site can be found [here](https://www.severell.com)
### Installation
There are two ways to get started with Severell.
#### Initializer
Visit [Initializer](https://initializer.severell.com/) to get your base project. Enter the required information and extract the project folder from the downloaded ZIP
#### Maven
The other way to get started is by using the Maven archetype command.
```
mvn -B archetype:generate
-DarchetypeGroupId=com.severell
-DarchetypeArtifactId=severell-archetype
-DarchetypeVersion=0.0.1
-DgroupId=***YOUR-GROUPID***
-DartifactId=***YOUR-ARTIFACTID***
-Dversion=1.0-SNAPSHOT
```
### Getting Started
Once you have created a new project you can import it into your favorite IDE as a maven project.
Check out [this link](https://www.severell.com/docs/ide-configuration) for detailed instructions on setting up your IDE.