vinaykarode / pangul

Simple stackoverflow clone in .Net Core & React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 59.0%Language:TypeScript 36.2%Language:CSS 3.7%Language:JavaScript 0.5%Language:HTML 0.5%Language:Shell 0.1%