A simple jsfiddle/jsbin like tool for testing and sharing small HTML, JS, CSS snippets
https://code-ground.herokuapp.com/
- Automatically insert closing matching tags
- Line number
- Highlight current line
- Expandable editor panels
- Fork the current snippet
- Open output in new tab
- Syntax highlighting
- Easy to use
- Loads faster
- Autocomplete suggestions
- Tab complete snippets
- Include libraries from cdnjs
- Highlight mactcing braces/tags
- Git clone the repo.
- Create a
.envfile at the project root. - Add the mongoDB credentials in the
.envfile as below:
USERNAME=userName
PASSWORD=password
MONGODB_URI=mongodb+srv://<username>:<password>@cluster0.x7hyqvg.mongodb.net/?appName=Cluster0
PORT=3000
- Run
npm installto install the depencies. - Run
npm run startto start the application.