https://github.com/amine-smahi/stackunderflow
A minimalistic version of StackOverflow.com using an ASP.NET Core backend, and a Vue.js frontend.
https://github.com/amine-smahi/stackunderflow
asp-net-core dotnet-core fullstack stackoverflow vuejs
Last synced: 7 months ago
JSON representation
A minimalistic version of StackOverflow.com using an ASP.NET Core backend, and a Vue.js frontend.
- Host: GitHub
- URL: https://github.com/amine-smahi/stackunderflow
- Owner: Amine-Smahi
- License: mit
- Created: 2019-02-16T17:32:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-16T18:13:42.000Z (over 6 years ago)
- Last Synced: 2025-02-28T08:16:23.679Z (8 months ago)
- Topics: asp-net-core, dotnet-core, fullstack, stackoverflow, vuejs
- Language: Vue
- Size: 136 KB
- Stars: 22
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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

