Skip to content

A simple application for displaying and downloading weather archives in .xlsx format on ASP.NET Core MVC with PostgreSQL

Notifications You must be signed in to change notification settings

DevilSmith/WeatherArchiveApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • .NET 7 SDK
  • Docker
  • Docker Compose
  • Python 3

Installation

For installation of application:

  1. Download application:
git clone https://github.com/DevilSmith/WeatherArchiveApplication
cd WeatherArchiveApplication
  1. Change the architecture in the file for a compatible machine in ./DeployScripts/deploy_project.py:
DOTNET_PLATFORM = DotnetPlatforms.LINUX_ARM64.value # OR DotnetPlatforms.LINUX_AMD64.value
DOCKER_PLATFORM = DockerPlatforms.LINUX_ARM64.value # OR DotnetPlatforms.LINUX_AMD64.value
  1. Run deployment process in DeployScripts/:
python3 deploy_project.py 

or

python deploy_project.py 
  1. Start docker-compose (docker-compose.yml should be generated after the 3rd paragraph of the instruction by the directory above):
docker-compose up -d --force-recreate
  1. To access the service, enter the URL in the browser: http://localhost:5001

Screenshots

image image

About

A simple application for displaying and downloading weather archives in .xlsx format on ASP.NET Core MVC with PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published