Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

52 lines (28 loc) · 1.17 KB

📝 What is Scandium

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

📝 What is Scandium.Backend

Scandium.Backend is a .NetCore Minimal Web API project based on the FastEndpoint library used by clients.

🤔 What technologies does include?

  • .Net Core Minimal Web API project.
  • FastEndpoint based
  • Postgre Sql
  • SignalR
  • Containerization
  • JWT implementation for security
  • Entity Framework

🚀 Running the project

  • 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.

📌 Contact