Skip to content

Commit

Permalink
Terminated the server side of the 1.0.1 enhancement!
Browse files Browse the repository at this point in the history
  • Loading branch information
N7ghtm4r3 committed Oct 2, 2024
1 parent 4208304 commit a33a635
Show file tree
Hide file tree
Showing 559 changed files with 61,777 additions and 12 deletions.
10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

318 changes: 318 additions & 0 deletions .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
}
dependencies {
implementation 'com.tecknobit.novacore:Nova-core:1.0.1'
implementation 'com.tecknobit.novacore:novacore:1.0.1'
}
```

Expand All @@ -42,7 +42,7 @@ repositories {
}
dependencies {
implementation("com.tecknobit.novacore:Nova-core:1.0.1")
implementation("com.tecknobit.novacore:novacore:1.0.1")
}
```

Expand All @@ -51,15 +51,12 @@ dependencies {
- Java
- Kotlin

## Roadmap
## Architecture

This project will be constantly developed to reach different platforms to work on, following the platforms releases
steps:

- Mobile
- <a href="https://github.com/N7ghtm4r3/Nova-Android#readme">Android</a>
- iOS -> planned
- <a href="https://github.com/N7ghtm4r3/Nova-Desktop#readme">Desktop version</a>
### Clients
- <a href="https://github.com/N7ghtm4r3/Nova-Clients#readme">Android and Desktop</a>

### Backend
- <a href="https://github.com/N7ghtm4r3/Nova/releases/tag/1.0.1">Backend service "out-of-the-box"</a>

## Usages
Expand Down Expand Up @@ -142,8 +139,6 @@ To start the **Nova** service on your own infrastructure you have to follow thes

- At least **Java 18 JDK** installed on your machine
- An SQL environment installed, it is recommended to use **MySQL**
- Before run the backend service, **for the first time only**, you need to create a database named **nova** by
default or a custom name that must be inserted in the connection URL cited below in this section
- Before run the backend service, **for the first time only**, you need to store in the **profiles** subfolder **(created automatically by
the server)** the default profile pic as below:
``` bash
Expand Down
1 change: 1 addition & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ configurations.all {
tasks.test {
useJUnitPlatform()
}

kotlin {
jvmToolchain(18)
}
Loading

0 comments on commit a33a635

Please sign in to comment.