/Forum

a boring forum built with dotnet core + postgres

Primary LanguageC#

Boring Forum

plain old boring forum build with dotnet core v2.0.0

Getting Started

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.

  1. Clone or Download the project
  2. Restore all dependencies - dotnet restore
  3. Run app - dotnet run

Built With

Contributing

  1. Fork it (https://github.com/veektorh/Forum.git)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Current Features :

  • Register
  • Login
  • Create Community
  • Add Topic
  • Add Comment
  • Upvotes

To-do

  • Subscribe
  • Save posts
  • View Users - their posts, followed communities ,saved posts , comments
  • Sort Comments, Posts
  • Admin - Edit,Delete Community
  • Etc

Authors

  • Bolum Victor

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments