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

https://github.com/ebenjs/keep-front-end

Keep. The open source note keeping web app.
https://github.com/ebenjs/keep-front-end

Last synced: 5 months ago
JSON representation

Keep. The open source note keeping web app.

Awesome Lists containing this project

README

          

# keep
An open source note keeping software. It is as simple as Google Keep and support more feature.

![Screenshot](https://i.ibb.co/d5X8GFp/Capture-d-e-cran-2021-08-29-a-19-15-23.png "Screenshot")

## Technologies used

This project is written in javascript with VueJS(3) frontend framework.

The backend which can be found in [this repository](git@github.com:ebenezer10/keep-backend.git) uses NodeJs whith the Express backend framework. The default database is MongoDB.

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your unit tests
```
npm run test:unit
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).