Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/YunYouJun/my-DIARY

MyDiary 君の名は。
https://github.com/YunYouJun/my-DIARY

Last synced: 2 months ago
JSON representation

MyDiary 君の名は。

Awesome Lists containing this project

README

        

# my-DIARY

[![Build Status](https://travis-ci.com/YunYouJun/my-DIARY.svg?branch=master)](https://travis-ci.com/YunYouJun/my-DIARY)

> my DIARY 君の名は。

## Preview

- [nideriji | Heroku app](https://nideriji.herokuapp.com/)
- [diary | now.sh](https://diary.now.sh)
- [my-diary | now.sh](https://my-diary.now.sh)
- [my-diary | yunyoujun.cn](https://my-diary.yunyoujun.cn)

## Data

Data base on

## API

[你的日记 API DOC - Postman](https://documenter.getpostman.com/view/3326320/Rztmr8pE)

## Todo

- 日记
- [ ] CRUD
- [x] 新建
- [ ] 查询
- [x] 修改
- [x] 删除
- [ ] 日记缓存
- [ ] global progress bar
- [ ] 日记卡片月份分割
- [ ] 翻页懒加载
- [x] 草稿存储
- [ ] User
- [ ] Config

## Build Setup

``` bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate
```