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.
- Host: GitHub
- URL: https://github.com/ebenjs/keep-front-end
- Owner: ebenjs
- License: mit
- Created: 2021-08-26T14:40:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T11:38:01.000Z (over 3 years ago)
- Last Synced: 2025-03-05T02:02:03.012Z (over 1 year ago)
- Language: Vue
- Size: 484 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keep
An open source note keeping software. It is as simple as Google Keep and support more feature.

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