All Projects → mustakimali → Just An Email

mustakimali / Just An Email

Licence: mit
App to share files & texts between your devices without installing anything

Projects that are alternatives of or similar to Just An Email

Aspnetcore Developer Roadmap
Roadmap to becoming an ASP.NET Core developer in 2021
Stars: ✭ 8,248 (+10897.33%)
Mutual labels:  asp-net-core, dotnet-core
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+1053.33%)
Mutual labels:  asp-net-core, dotnet-core
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+9002.67%)
Mutual labels:  asp-net-core, dotnet-core
Practical Aspnetcore
Practical samples of ASP.NET Core 2.1, 2.2, 3.1, 5.0 and 6.0 projects you can use. Readme contains explanations on all projects.
Stars: ✭ 6,199 (+8165.33%)
Mutual labels:  asp-net-core, dotnet-core
Electron.net Musicplayer Sample
Stars: ✭ 55 (-26.67%)
Mutual labels:  asp-net-core, dotnet-core
Electron.net
Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
Stars: ✭ 6,074 (+7998.67%)
Mutual labels:  asp-net-core, dotnet-core
Pieshopcore
A simple pie shopping management system using ASP.NET CORE MVC application
Stars: ✭ 25 (-66.67%)
Mutual labels:  asp-net-core, dotnet-core
Aspnet Core React Template
ASP.NET Core 3.1 / React SPA Template App
Stars: ✭ 539 (+618.67%)
Mutual labels:  asp-net-core, dotnet-core
Jetweet
Jetweet is a mini twitter clone with basic functionalities, Made using ASP.NET CORE and Entity framework technologies
Stars: ✭ 29 (-61.33%)
Mutual labels:  asp-net-core, dotnet-core
Mlnet Workshop
ML.NET Workshop to predict car sales prices
Stars: ✭ 29 (-61.33%)
Mutual labels:  asp-net-core, dotnet-core
Cofoundry
Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development
Stars: ✭ 621 (+728%)
Mutual labels:  asp-net-core, dotnet-core
Grpc Demos
Demos for my talk Beyond HTTP in ASP.NET Core 3.0 with gRPC
Stars: ✭ 74 (-1.33%)
Mutual labels:  asp-net-core, dotnet-core
Awesome Blazor
Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Stars: ✭ 6,063 (+7984%)
Mutual labels:  asp-net-core, dotnet-core
Briefing
Secure direct video group chat
Stars: ✭ 710 (+846.67%)
Mutual labels:  websocket, end-to-end-encryption
Starwars
GraphQL 'Star Wars' example using GraphQL for .NET, ASP.NET Core, Entity Framework Core
Stars: ✭ 559 (+645.33%)
Mutual labels:  asp-net-core, dotnet-core
Ocelot
.NET core API Gateway
Stars: ✭ 6,675 (+8800%)
Mutual labels:  asp-net-core, dotnet-core
Framework
.NET Core Extensions and Helper NuGet packages.
Stars: ✭ 399 (+432%)
Mutual labels:  asp-net-core, dotnet-core
Netcorebbs
ASP.NET Core Light forum NETCoreBBS
Stars: ✭ 483 (+544%)
Mutual labels:  asp-net-core, dotnet-core
Carter
Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
Stars: ✭ 875 (+1066.67%)
Mutual labels:  asp-net-core, dotnet-core
Community Cluster
OpenFaaS Cloud Cluster for Community
Stars: ✭ 59 (-21.33%)
Mutual labels:  free, dotnet-core

Need to send something quick?

I will just send an email to myself then go to another device, login and download it! 🥳

or you could use tnxfr.com

Running live: https://tnxfr.com 🚀

(previously https://justa.ml)

Run from docker hub

docker run -p 5050:80 mustakimali/justaml

Should be running in http://localhost:5050

Run locally

Using Docker

  • Build the docker image: make docker-build
  • Run make docker-run
  • Access the app using localhost:5050

Building the code

  • Make sure you have latest preview of .NET Core SDK 6 installed (you can use this script to install latest nightly build and use dotnet-pre instead of dotnet below)
  • Clone
  • cd src\JustSending
  • dotnet run or dotnet watch run
  • Should be running in http://localhost:5000

A huge thanks to the following projects

... and all other third party libraries used in this project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].