• A simple social media application for coders interaction with users, posts, likes, reactions and an interface to convert python code to javascript code using Chat GPT API.
• Responsive and decent UI with Sendgrid API for email acknowledgement and JWT Token for authentication.
• Cloudinary API to store Media files to cloud and mongoDb to store text database. Do not allow user to post unethical words
Hosted website - https://net-spire.netlify.app
For Backend section- https://github.com/HiteshSharma-github/netspire-backend
First make sure Node.js and MongoDB is install in your system.
-run cd client
-run npm install
-run npm start
-open a new terminal
-run cd server
-run npm install
-run nodemon.app
For Media database like image and gif - Cloudinary For Text database - MongoDb For Email authentication - Sendgrid For Private routing - JWT token For Converting javascript to python - CHat GPT


