Scandium is a real-time messaging application.
I personally developed.
The user registers with his/her username and password. User logs into the system with his information. Sends friend requests to other users. If the request is accepted, users can send messages to each other.
You can check out how I developed mobile project by visiting the Scandium-Mobile
Scandium.Backend is a .NetCore Minimal Web API project based on the FastEndpoint library used by clients.
- .Net Core Minimal Web API project.
- FastEndpoint based
- Postgre Sql
- SignalR
- Containerization
- JWT implementation for security
- Entity Framework
- Clone this repo to your local machine using
git clone https://github.com/mwlt68/Scandium.Backend.git
- Run it with docker-compose while in the project directory
docker-compose up
- You should see the Swagger page.
-
Linkedin at Mevlüt GÜR