Skip to content

Simple stackoverflow clone in .Net Core & React.js

Notifications You must be signed in to change notification settings

vinaykarode/pangul

 
 

Repository files navigation

Pangul

A simple Q&A site in .Net Core and React.

status

This is a work in progress.

Should be usable for small numbers of users for simple purposes.

quickstart

cd Snapshot
dotnet bin/Pangul.Backend.Web.dll

To customize, modify appsettings.json and wwwroot/config.json

dev

sh server.sh
sh client.sh

(hint: on windows use git bash)

upgrades

efcore

Use:

dotnet tool update --global dotnet-ef --version 3.1.0

Or, for the latest:

dotnet tool update --global dotnet-ef

To get the latest version of ef core tooling.

Release history

1.2.1

  • Minor bug fixes

1.2.0

  • Now creates database if missing
  • Adds a Snapshot folder with a built version of the app
  • Minor style and bug fixes

1.1.0

  • many bug fixes
  • better searching
  • answers, topics and questions can now be deleted by users with the correct permissions

1.0.0

  • site in now basically feature complete and can be used for dog fooding.
  • users are hard coded into ServiceAuthentication.cs for now.
  • deployment & builds as a single unified project still WIP
  • only runs with sqlite

About

Simple stackoverflow clone in .Net Core & React.js

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 59.0%
  • TypeScript 36.2%
  • CSS 3.7%
  • Other 1.1%