stackunderflow icon indicating copy to clipboard operation
stackunderflow copied to clipboard

A minimalistic version of StackOverflow.com using an ASP.NET Core backend, and a Vue.js frontend.

stackunderflow

A minimalistic version of StackOverflow.com using an ASP.NET Core backend, and a Vue.js frontend.

What is stackoverflow

Stack Overflow is a question and answer site for professional and enthusiast programmers. for the info stackoverflow is built with ASP.NET Core -

Project setup

cd client
npm install

Compiles and hot-reloads for the client project

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run the web api

cd server
dotnet restore
dotnet run

Screenshots

image image