Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meetzaveri/snippet-manager

Create text and markdown snippets! A simple code snippet manager with codebook feature and you can execute code snippet in there too.
https://github.com/meetzaveri/snippet-manager

editor ide javascript markdown mlab mongodb nodejs vuejs

Last synced: 10 days ago
JSON representation

Create text and markdown snippets! A simple code snippet manager with codebook feature and you can execute code snippet in there too.

Awesome Lists containing this project

README

        

# Snippet manager
Create snippets,edit and run code! A simple code snippet manager. Still in developing phase!!

# Features
- Create Snippets (Text and markdown)
- Write a Code Book(15 pages limited)
- Compile and run code with third party API
- Markdown and Text Editor Preview (lookup to html)

## Usage

### Frontend (Vue.js)
Simply run
`npm install` and for running on localhost `npm run dev`

### Backend (Node.js and Mongodb for database)
Switch to server directory, and run `npm install` and then to start server `nodemon index.js`.
Note - I have been using mLab for as part of Database-as-aservice for mongodb, so credentials are provided in config folder and that credentials are not account based but they are for specific database/collection. Backend - https://github.com/meetzaveri/heroku-codesnippet-backend

## Want to contribute
Switch to `development` branch and start off. Send direct PRs.

## Screenshots
![1](https://i.imgur.com/lzyHVVU.png)

### Creating a snippet
![2](https://i.imgur.com/FVrfth6.png)

## Motivation
Inspired by idea - https://github.com/karan/Projects#files.

## TODO
- [ ] Improve frontend design
- [ ] Make Documentation

## Want to contribute
Switch to `development` branch and start off. Send direct PRs.