Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links #8

Merged
merged 2 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "disk"]
path = disk
url = https://github.com/janishar/wimm-disk.git
url = https://github.com/unusualcodeorg/wimm-disk.git
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Modern Backend Development - WhereIsMyMotivation

[![Docker Compose CI](https://github.com/janishar/wimm-node-app/actions/workflows/docker_compose.yml/badge.svg)](https://github.com/janishar/wimm-node-app/actions/workflows/docker_compose.yml)
[![Docker Compose CI](https://github.com/unusualcodeorg/wimm-node-app/actions/workflows/docker_compose.yml/badge.svg)](https://github.com/unusualcodeorg/wimm-node-app/actions/workflows/docker_compose.yml)

![Cover](.resources/documentations/assets/cover.jpg)

Expand Down Expand Up @@ -44,7 +44,7 @@ Using this app can bring a little bit of happiness and energy to live an inspire
## Android App using this backend
![Screenshot-Light](.resources/documentations/assets/display-light.png)

The Android App using this backend is also open-sourced. You can find the project here: [Modern Android Development - WhereIsMyMotivation](https://github.com/janishar/wimm-android-app)
The Android App using this backend is also open-sourced. You can find the project here: [Modern Android Development - WhereIsMyMotivation](https://github.com/unusualcodeorg/wimm-android-app)

## API Framework Design
![Request-Response-Design](.resources/documentations/assets/api-structure.png)
Expand All @@ -60,7 +60,7 @@ vscode is the recommended editor - dark theme
### Get the repo
```bash
# clone repository recursively
git clone https://github.com/janishar/wimm-node-app.git --recursive
git clone https://github.com/unusualcodeorg/wimm-node-app.git --recursive
```

### Install libraries
Expand Down Expand Up @@ -129,7 +129,7 @@ $ npm run test:cov
## Minimalistic version of this project
If you want to use plain Express.js to create the same project explore the Minimalistic version of this project

[Minimalistic Backend Development - WhereIsMyMotivation](https://github.com/janishar/wimm-node-app-minimalistic)
[Minimalistic Backend Development - WhereIsMyMotivation](https://github.com/unusualcodeorg/wimm-node-app-minimalistic)

## Find this project useful ? :heart:
* Support it by clicking the :star: button on the upper right of this page. :v:
Expand Down
Loading