An online code sharing platform for interviews, troubleshooting, teaching & more ...
Project can be viewed here.
- Creating and Saving new codes
- Sharing code by sharing the unique URL
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
- Frontend Technologies - EJS, CSS
- Backend Technologies - Node.js, Express.js
- Database - MongoDB
- Deployed Using - Heroku