Skip to content

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

License

Notifications You must be signed in to change notification settings

Amine-Smahi/stackunderflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published