/VShop

Primary LanguageC#MIT LicenseMIT

VShop

It's a simple store using Micro-services.

📽 Preview

💻 Main Technologies

🔥 Getting Started

# clone repo
$ git clone https://github.com/lucaseverest/VShop

Open the project in Visual Studio 2022

Run the following command in the Package Manager Console to instance the SQLite Database.

Update-Database

To start the project without debugging press Ctrl + F5

Be sure to select the option for Multiple Startup projects

Login: admin1 | Password: Admin@123

Login: client1 | Password: Client@123

The application can be accessed at localhost:7019.