Sharing Code and other documents by just adding your code to the site is a great way to share code and documents.
Project Submitted by: Name: Vitthal Gupta ID: B319063 College: IIIT Bhubaneswar
Frontend: React hosted on heroku: https://damp-brook-52601.herokuapp.com/
Backend: Express Node.js hosted on heroku: https://agile-reef-63966.herokuapp.com/
DataBase: DataBase hosted on mongoDB Atlas
git clone https://github.com/VitthalGupta/code-share.git
- Setup your mongoDB Atlas account
- Create a database called code-share
- Create a collection called urls
- update the ATLAS_URI in the server/congif.env file
- check if the PORT is available
cd server/
npm install
nodemon server.js
cd ..
cd client/
npm install
npm start