An open API service indexing awesome lists of open source software.

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.

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

![image](https://user-images.githubusercontent.com/24621701/52903500-a16a0b80-321e-11e9-8022-afbafd8ceefe.png)
![image](https://user-images.githubusercontent.com/24621701/52903504-a464fc00-321e-11e9-9df8-6bea2af59f9c.png)