Skip to content

ndrs06/SolarWatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SolarWatch

license last-commit repo-top-language repo-language-count

Built with the tools and technologies:

JavaScript HTML5 npm YAML Vite
React ESLint Docker GitHub%20Actions JSON


🔗 Table of Contents

📍 Overview

The SolarWatch is an ASP.NET Web API project that provides the time of sunrise and sunset in a given city on a given date, in local or UTC times.


📂 Repository Structure

└── SolarWatch/
    ├── .github
    │   └── workflows
    ├── README.md
    ├── client
    │   ├── .dockerignore
    │   ├── .eslintrc.cjs
    │   ├── .gitignore
    │   ├── Dockerfile
    │   ├── README.md
    │   ├── index.html
    │   ├── nginx.conf
    │   ├── package-lock.json
    │   ├── package.json
    │   ├── src
    │   └── vite.config.js
    ├── docker-compose.yml
    └── server
        ├── SolarWatchAPI
        ├── SolarWatchAPI.sln
        ├── SolarWatchAPIIntegrationTest
        └── SolarWatchAPITest

🚀 Getting Started

🔖 Prerequisites

CSharp: net 8.0

📦 Installation

Build the project from source:

  • coming soon

🤖 Usage

  • coming soon

🧪 Tests

Execute the test suite using the following command:

❯ dotnet test

📌 Project Roadmap

SolarWatch_pb.


🎗 License

  • coming soon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published