Skip to content

Latest commit

 

History

History
111 lines (83 loc) · 3.44 KB

File metadata and controls

111 lines (83 loc) · 3.44 KB

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