https://github.com/daxrajsinh/hotchpost
HotchPost - A Discussion forum platform with multiple ways of media, an application built using dotNet framework.
https://github.com/daxrajsinh/hotchpost
Last synced: 3 months ago
JSON representation
HotchPost - A Discussion forum platform with multiple ways of media, an application built using dotNet framework.
- Host: GitHub
- URL: https://github.com/daxrajsinh/hotchpost
- Owner: Daxrajsinh
- Created: 2023-10-18T10:04:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T10:50:57.000Z (over 1 year ago)
- Last Synced: 2024-04-20T17:54:28.025Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 27.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HotchPost (.NET Framework Project)
HotchPost is a .NET Framework project designed to create a Discussion Forum platform where users can Interact with posts by registering/login. It allows users to create, edit, delete, and like posts, which can contain text, images, or both.
It is a user-friendly platform that provides features like user registration, authentication, and post management. Users can create, edit, delete, and like posts, enhancing their social media experience.## Prepared By
- Daxrajsinh Jadeja (CE052)
- Ayush Gevariya (CE042)## Features
- **User Registration and Authentication:** Users can create accounts and log in securely.
- **Post Creation:** Users can create posts, adding text, images, or a combination of both.
- **Post Management:** Users can edit and delete their posts.
- **Like Posts:** Users can like and interact with posts from others.
## Prerequisites
Before you get started, ensure that you have the following prerequisites installed on your system:
- [.NET Framework](https://dotnet.microsoft.com/download)
- [Visual Studio](https://visualstudio.microsoft.com/) or another compatible IDE.## Installation and executing project Instructions :
1. Clone the repository to your local machine:
```bash
git clone https://github.com/Daxrajsinh/HotchPost.git
2. Open the project in your Visual Studio Code.
3. Change the connection String accordingly.
4. Build and run the project.