codesh is a codesharing platform 👨💻 that is API-based using NodeJS ⚛️ for back-end, Express 🚂 for servering and MongoDB 🗄 as a Database. This is a serverless app ☁️ that doesn't require a 24/7 running server. Share code snippets easily 💨, find code samples from others 👥, and build your dev portfolio! 📁 The future of codesharing is here! 🚀
Install codesh with npm
git clone https://github.com/adithyapaib/codesh
cd codesh
npm i
vercel dev
- configure the .env file with your mongoDB uri
Client: HTML, SCSS, JS, Bootstrap Server: Node,TS, MongDB, Vercel Serveless function.
To run this project, you will need to add the following environment variables to your .env file
DB = mongoDB_URI
- Configure it in the .env file