https://github.com/net0well/codegram
CodeGram is an open-source social media like Instagram, but just for developers and even better. Built with C#/.NET, Entity Framework, SQL Server and MVC architecture.
https://github.com/net0well/codegram
asp-net-mvc csharp entity-framework-core javascript tailwind typescript
Last synced: 3 months ago
JSON representation
CodeGram is an open-source social media like Instagram, but just for developers and even better. Built with C#/.NET, Entity Framework, SQL Server and MVC architecture.
- Host: GitHub
- URL: https://github.com/net0well/codegram
- Owner: net0well
- Created: 2025-02-06T23:19:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-23T21:16:05.000Z (about 1 year ago)
- Last Synced: 2025-09-06T00:38:19.447Z (11 months ago)
- Topics: asp-net-mvc, csharp, entity-framework-core, javascript, tailwind, typescript
- Language: CSS
- Homepage:
- Size: 54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### Implementation
- **Stories and Posts**: Essential social media features such as stories and posts.
- **Likes, Shares, and Favorites**: Implement functionality for users to like, share, and favorite posts.
- **Friend Requests Management**: Manage friend requests, including adding, canceling, ignoring, and approving requests.
- **Trending Section**: Build a section to highlight the most used hashtags, keeping your platform current and engaging.
### Front-End Design with Tailwind CSS
- Design a visually appealing and user-friendly interface using Tailwind CSS.
- Tailwind's utility-first approach to create responsive and modern layouts effortlessly.
### ASP.NET MVC Framework
- Using the ASP.NET MVC framework for a clear separation of concerns and a maintainable codebase.
- Add, retrieve, update, and delete data in the database.
- Set up and interact with an SQL database securely.
- ### Deployment with Azure
- Deploy application to the cloud using Azure.
- Set up a CI/CD pipeline to automate the deployment process.
### Future Implementations
- Add upload image to cloud services