Skip to content

VitthalGupta/code-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code / Share

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

Stack Used

MERN Stack

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

How to setup Website

Clone the repository

git clone https://github.com/VitthalGupta/code-share.git

Setting up the database

  • 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

Setting Up the server

cd server/
npm install
nodemon server.js

Setting up the client

cd ..
cd client/
npm install
npm start

Video Description

Screen.Recording.2022-02-19.at.7.49.19.AM.mov

About

A platform to share code online, easily.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published