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
- Authentication
- Profile Viewing
- Set Profile Photo
- Create, Update, Delete POST
- Share Code Snippets (with Syntax Highlighting)
- Like, Comment on Posts
- Follow and Unfollow Users
Web Application made by Ameya Jain & Adarsh Shete using MERN Stack.
TECHNOLOGIES:
- DATABASE MongoDb
- SERVER SIDE NodeJs, ExpressJs
- CLIENT SIDE ReactJs
Ameya Jain Web Development
Adarsh Shete UI/UX Development
Cloning Repository
git clone https://github.com/AmeyaJain-25/Snippet-Share.git
To run the backend, open the source code and run the below command.
npm install
npm start
To run the frontend, go to the dostikatta folder and run the below command.
npm install
npm start