scarmuega / newm-server

Backend components for mobile apps and the artist portal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NEWM Server

Backend components to support mobile apps and the artist portal. The code is written 100% in Kotlin.

Setup Environment

IntelliJ IDEA

IntelliJ IDEA is used for development.

Ktlint

Ktlint is used in CI to lint the codebase for every PR. Before opening a PR, it would be beneficial to run Ktlint locally.

The project contains a pre-commit hook to run Ktlint for every commit. To enable it, install Ktlint and then run the following command:

git config core.hooksPath .githooks

Documentation

REST API Wiki

Ktor Server Documentation

⚖️ License

Copyright 2022 Project NEWM
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
  http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Backend components for mobile apps and the artist portal.

License:Apache License 2.0


Languages

Language:Kotlin 99.3%Language:HTML 0.5%Language:Shell 0.1%Language:Dockerfile 0.0%Language:Procfile 0.0%