Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/napestershine/sf5


https://github.com/napestershine/sf5

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

```sh
openssl genrsa -out config/jwt/private.pem -aes256 4096
openssl rsa -pubout -in config/jwt/private.pem -out config/jwt/public.pem
```

### create a user
```json
{
"username": "admin",
"name": "Manu",
"email": "[email protected]",
"password": "123"
}
```

### Create a blog post
```json

```