Skip to content

espeon/gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gif

a small random gif api

how do i use this?

  1. get a postgres database.

  2. make it look like this somehow: https://dbdiagram.io/d/5f5b1c8188d052352cb6cac7

    (hint: there's an export dropdown on the top bar)

  3. put the database url in env like this: (DB_URL:postgres://postgres:password@69.69.69.69:5432/postgres)

  4. run using cargo run