Skip to content

a2415824/SOFT-TECH_project

Repository files navigation

Hi, I'm PRAVEEN R! 👋

SOFT-TECH

The SOFT-TECH is a website which contains link of famous blog and docs in the IT industry . I will helps to get the best possible blogs and docs of Computer Science topic and It is basically design for the newbie and which helps to kickstart and boost their career

Documentation

The website is desgined and with simle HTML,CSS .It contains link of blog and docs of varioius programming language

Screenshots

2022-06-02

Features

  • Variety of content
  • Best Blog and docs
  • Fully Responsive
  • Cross platform

Tech Stack

Client: HTML, CSS, Dotnet

Server: Azure Services like Webapp,Cloud Shell

🧰 Languages and Tools:

Python Javascript VS Code VS Code dotnet

Setup and run dotnet webapp

To create dotnet webapp

dotnet new webapp -o MyWebApp --no-https -f net6.0

To run and test webapp

cd webapp
dotnet watch