- User authentication (register and login)
- Share code snippets
- Like and dislike code snippets
- Comment on code snippets
- Report issues with code snippets
- Node.js and npm installed on your machine 1 - Navigate to the backend directory and install dependencies: npm install 2 - Navigate to the frontend directory and install dependencies: npm install 3 - start the backend server cd ../backend npm start 4 - start the React App cd ../frontend npm start