Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 988 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 988 Bytes

Basic Staff Management

This is a simple basic feature of the Staff Management System for testing purposes.

Table of Contents

Installation

  1. Clone the repository:

    git clone [email protected]:Vithey-Code/staff-management.git
  2. Navigate to the project directory:

    - cd API
    - run dotnet ef database update: to update the database. You don't need to add a new migration.
    You can still use my existing connection string which I used AWS Cloud,
    but if you don't want please connect to your other database connection string, I used MYSQL Database.
  3. Install dependencies:

     you need to install .NET runtime and SDK

Usage

Running the Application

  1. Run the application:

    • You need to run API project before Web app because Web app needs to connect local API

License

License © Rathavithey