Skip to content

An ASP.NET server application for the JupiNode journaling platform. This backend handles user authentication, note management, and data synchronization, enabling secure and efficient sharing of journal entries between users. It provides RESTful API endpoints for seamless integration with the JupiNode desktop client and other services.

Notifications You must be signed in to change notification settings

IZIDIA/JupiNode-Server

Repository files navigation

Поднять базу в докере: docker-compose up -d
Поднять pgAdmin в докере: docker pull dpage/pgadmin4
Создать миграции: dotnet ef migrations add init -s .\JupiNode-Server\ -p .\JupiNode.DataAccess\
Выполнить миграцию: dotnet ef database update -s .\JupiNode-Server\ -p .\JupiNode.DataAccess\

About

An ASP.NET server application for the JupiNode journaling platform. This backend handles user authentication, note management, and data synchronization, enabling secure and efficient sharing of journal entries between users. It provides RESTful API endpoints for seamless integration with the JupiNode desktop client and other services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages