Skip to content

Creating an application which has a .NET backend (API), a SQL Server DB, and a Quasar frontend (Vue framework) with TypeScript

Notifications You must be signed in to change notification settings

islas104/TechTestOldham

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Tech Test

Table of Contents

Installation

Provide instructions on how to install and set up your project. Include any dependencies and prerequisites.

# Clone the repository
git clone https://github.com/your/repo.git

# Install dependencies
cd project-directory
npm install

Usage

Explain how to use your project once it's set up. Include code examples and usage instructions.

// Example code snippet
const myFunction = () => {
  // Your code here
};

Database Setup

Detail how to set up and configure the database for your project. Include any migration and seeding steps.

# Run database migrations
dotnet ef migrations add InitialCreate
dotnet ef database update

# Seed the database
dotnet run seed

Scheduled Task

Explain the purpose of the scheduled task and how it works. Include instructions on how to configure and run it.

# Run the scheduled task
dotnet run schedule

Auditing

Describe the auditing mechanism in your project. Explain how it records timestamps and where the audit logs are stored.

Contributing

Provide information on how others can contribute to your project. Include guidelines for submitting bug reports or feature requests.

About

Creating an application which has a .NET backend (API), a SQL Server DB, and a Quasar frontend (Vue framework) with TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published