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

https://github.com/sagarailani/code-snippet-manager

A simple webapp for storing code snippets.
https://github.com/sagarailani/code-snippet-manager

blaze meteorjs mongodb

Last synced: about 1 month ago
JSON representation

A simple webapp for storing code snippets.

Awesome Lists containing this project

README

          

# code-snippet-manager
A simple webapp for storing code snippets developed while learning Meteor.js framework.

## Installation

Clone the repository on your local machine.
```
git clone https://github.com/sagarailani/code-snippet-manager.git
```

```
cd code-snippet-manager
```

Install dependencies
```
meteor npm install
```

Run project
```
meteor
```