Skip to content

Ayush0202/Codeshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeshare

Real-Time Code Sharing Platform

An online code sharing platform for interviews, troubleshooting, teaching & more ...

Project can be viewed here.

Features

  • Creating and Saving new codes
  • Sharing code by sharing the unique URL

Quick Start

To run this app, clone the repositry and install dependencies

$ git clone https://github.com/Ayush0202/Codeshare.git

$ cd Codeshare

$ npm install

The app requires you to connect MongoDB Atlas server to your project.

Once credentials have been obtained, create a .env file and add the following environment variables:

DB_NAME = _NAME_OF_DATABASE
DB_USERNAME = _USERNAME
DB_PASSWORD = _PASSWORD

Start the Server

$ nodemon server.js 

Navigate to https://localhost:3000

Technologies Used

  • Frontend Technologies - EJS, CSS
  • Backend Technologies - Node.js, Express.js
  • Database - MongoDB
  • Deployed Using - Heroku