Skip to content

NecroSharper/webmail

 
 

Repository files navigation

webmail

Build Status

Project management

We use taiga platform for project management. Homepage our project

About project

Student project consisting in creating a modern webmail client

Docker Repo

docker pull damenus/webmail:asp-net-core-spa
docker run -it -d -p 26847:80 damenus/webmail:asp-net-core-spa

Link to docker repo

If you want build docker image localy, go to directory and use this commands.

docker build -t myapp .
docker run -it -d -p 26847:80 myapp

The application will work on localhost:85

Project

Releases

No releases published

Packages

No packages published

Languages

  • C# 57.3%
  • TypeScript 27.3%
  • HTML 7.5%
  • JavaScript 6.0%
  • CSS 1.8%
  • Dockerfile 0.1%