plain old boring forum build with dotnet core v2.0.0
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Clone or Download the project
- Restore all dependencies -
dotnet restore
- Run app -
dotnet run
- Asp.Net Core - Web Framework
- Postgres- Database
- Fork it (https://github.com/veektorh/Forum.git)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- Register
- Login
- Create Community
- Add Topic
- Add Comment
- Upvotes
- Subscribe
- Save posts
- View Users - their posts, followed communities ,saved posts , comments
- Sort Comments, Posts
- Admin - Edit,Delete Community
- Etc
- Bolum Victor
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details