Skip to content

paulocampez/SimpleRestStore

Repository files navigation

Simple Rest Aplication

Running the tests

Visual Studio

SQL Server Express LocalDB (to run locally)

Getting Started

Build the solution.

Open the Package Manager Console (Tools > NuGet Package Manager > Package Manager Console)

In the Package Manager Console window, enter the following commands:

  • install-package Newtonsoft.Json -version 12.0.1 (Store)

  • install-package Newtonsoft.Json -version 12.0.1 (SpotifyAPI)

  • Update-Database

Press F5 to debug.

The database should now be visible inside your SQL Server Management Studio.

Run it...

If you now run the solution you can perform operations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published