GithubHelp home page GithubHelp logo

rusada-test's Introduction

Rusada-Test

Web application to assist plane spotters in logging their sightings .

Table of Contents

Features

List the key features of your solution, highlighting what makes it unique or valuable.

  • List all aircraft spotted
  • View details ( Make , Model , Registration .. )
  • Add aircraft sighting
  • Detele sighting recorded

Prerequisites

Outline the prerequisites for running your solution. This could include software dependencies, hardware requirements, or any other necessary setup.

  • .NET Core 7
  • MSSQL
  • Angular CLI
  • Node.js ( ^16.14.0 || ^18.10.0 )

Getting Started

Explain how to get a copy of your project up and running on a local machine. Include instructions for both the backend and frontend components.

Backend

Backend API follows clear architecture

Key Components:

  • Rusada.API: The Web API layer for seamless external interactions.
  • Rusada.Core: Where all core logic and business services reside.
  • Rusada.Domain: Home to essential domain entities.
  • Rusada.Infrastructure: Handles database operations and data access.

Run Db migrations

Using Command-Line Interface (CLI):

1 . Navigate to the Infrastructure Project: Use the cd command to navigate to the directory containing the Rusada.Infrastructure.csproj file:

cd path\to\Rusada.Infrastructure

2 . Run the Migration Command: Use the dotnet ef CLI tool to apply migrations. Replace YourMigrationName with the actual migration name:

dotnet ef database update 

Using Visual Studio (VS) Tools:

  1. Open the Package Manager Console: Go to Tools > NuGet Package Manager > Package Manager Console to open the Package Manager Console.
  2. Ensure Default Project: In the Package Manager Console, make sure the "Default project" dropdown is set to Rusada.Infrastructure.
  3. Run the Update-Database Command: Use the following command to apply migrations.
Update-Database

Frontend

Frondend application uses Angular 16 and Ng Bootstrap for build and run the application, execute bellow comands

npm i 
ng serve -o

rusada-test's People

Contributors

emil99x avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.