Skip to content

fxghqc/books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Books

pg:

docker run --name books-pg -e POSTGRES_PASSWORD=123456Pg -v /data/volumes/pg-books:/var/lib/postgresql/data -p 5442:5432 -d postgres

jwt:

curl -d '{"username": "admin", "password": "admin"}' -H "Content-Type:application/json" http://localhost:18080/login
curl -H "Authorization:Bearer TOKEN_RETURNED_FROM_ABOVE" http://localhost:18080/auth_test
curl -H "Authorization:Bearer TOKEN_RETURNED_FROM_ABOVE" http://localhost:18080/refresh_token

Thanks

https://github.com/ant0ine

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages