Skip to content

This is the project i had to make for the Internship At Umbraco.

Notifications You must be signed in to change notification settings

musl0074/DeveloperInternship_Umbraco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DeveloperInternship_Umbraco

This is the project i had to make for the Internship At Umbraco.

Getting started

These instructions will help you get the project running on your PC.

Prerequisites

These are the things you need to install before you can run this project.

Go to https://dotnet.microsoft.com/download/dotnet-core/3.1 and get .NET CORE SDK

You need to install the .Net Core sdk - you can choose whatever platform you have.

efcoreimage

Afterwards you need to install your IDE - Visual studio

Go to https://visualstudio.microsoft.com/downloads/

Install the free Community edition. VisualStudioDownload

Run the installer and choose ASP.NET and web development

visualstudioinstallerweb

Now you have your environement setup!

Running the project

First open up Visual Studio. Then click on "Open a project or solution"

openprojectsolution

Find the location of the folder you have cloned down. And open the .sln file.

opensln

Now the project has been opened - You can now run it in two different ways

Using IDE Visual Studio

greenbutton

From the dropdown select Umbraco_Internship_MVC

A pop up will appear asking you to accept SSL certificate - Click yes

Then you can run the program by clicking green play button

Using Command Line prompt

Open CMD or your desired Command prompt, and CD into your destination folder. run the command

dotnet run

dotnetrun

you then open your desired Browser and enter what is written in "Now Listening On"

When playing with the Site

When the site is up running go to your IDE Visual studio

Click on View
Click on SQL Server Object Explorer
Click on your LocalDB
Click on Databases
Click on MvcDrawContext-1
Click on tables 
Right click on dbo.SerialNumber
Click on view Data

Then you have 100 serial numbers you can freely use when trying the application.

sqlserver

sqlserverview

laststepview

I hope you enjoy it.

About

This is the project i had to make for the Internship At Umbraco.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published