https://github.com/jayllyz/devmanager
Javalin API to manage projects and developers.
https://github.com/jayllyz/devmanager
javalin
Last synced: 6 months ago
JSON representation
Javalin API to manage projects and developers.
- Host: GitHub
- URL: https://github.com/jayllyz/devmanager
- Owner: Jayllyz
- License: mit
- Created: 2023-12-11T15:16:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T07:35:07.000Z (over 1 year ago)
- Last Synced: 2025-04-04T04:32:13.505Z (6 months ago)
- Topics: javalin
- Language: Java
- Homepage:
- Size: 2.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevManager
[](https://github.com/Jayllyz/DevManager/actions/workflows/maven.yml)
[](https://github.com/Jayllyz/DevManager/actions/workflows/mega-linter.yml)This is a simple project to manage projects and developers in Java with a Javalin API and PostgreSQL database.
## Usage
Copy the `.env.example` file to `.env` and fill in the environment variables.
```sh
cp .env.example .env
```Start docker-compose to run the PostgreSQL database.
```sh
docker compose up -d
```Run the application.
```sh
mvn clean compile exec:java
```## Architecture
