Snippet-Share
Snippet-Share copied to clipboard
A social media application for developers. They can learn, connect with people and share their thoughts! With help of this amazing feature of sharing Code Snippets. Get started nerds!
Snippet Share
A social media application for developers. They can learn, connect with people and share their thoughts! With help of this amazing feature of sharing Code Snippets. Get started nerds! 👬
Website URL - Snippet Share
Features
- Authentication
- Profile Viewing
- Set Profile Photo
- Create, Update, Delete POST
- Share Code Snippets (with Syntax Highlighting)
- Like, Comment on Posts
- Follow and Unfollow Users
Development
Web Application made by Ameya Jain & Adarsh Shete using MERN Stack.
Built With
TECHNOLOGIES:
- DATABASE MongoDb
- SERVER SIDE NodeJs, ExpressJs
- CLIENT SIDE ReactJs
Glimpse of the Application
Sign In
Home
Code Snippet
View Post
Create Post
User Profile
Creators
Ameya Jain Web Development
Adarsh Shete UI/UX Development
Running Dosti Katta Locally
Cloning Repository
git clone https://github.com/AmeyaJain-25/Snippet-Share.git
Running Backend
To run the backend, open the source code and run the below command.
npm install
npm start
Running Frontend
To run the frontend, go to the dostikatta folder and run the below command.
npm install
npm start