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

https://github.com/roxyzc/diary


https://github.com/roxyzc/diary

database graphql javascript jest postgresql prisma typescript

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

### **Download V 1.0**

```
yarn install
```

### **ENV**

| KEY | VALUE |
| ------------------ | ---------------------------------------------------------------------------------- |
| ACCESSTOKENSECRET | SECRET |
| REFRESHTOKENSECRET | SECRET |
| USER | YOUR EMAIL |
| PASS | YOUR PASSWORD EMAIL |
| SALT | SECRET |
| DATABASE_URL |postgresql://`username`:`password`@localhost:`port`/`your databases`?schema=public |