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: about 2 months 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.
- Host: GitHub
- URL: https://github.com/meetzaveri/snippet-manager
- Owner: meetzaveri
- Created: 2018-03-17T11:10:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T02:09:14.000Z (over 6 years ago)
- Last Synced: 2025-02-10T09:14:34.472Z (over 1 year ago)
- Topics: editor, ide, javascript, markdown, mlab, mongodb, nodejs, vuejs
- Language: Vue
- Homepage:
- Size: 227 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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

### Creating a snippet

## 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.