A work-in-process social media platform with a feed, follower system, custom avatar creator, and content favoriting.
Feed | User page |
---|---|
$ export DATABASE=postgres://postgres:password@localhost:5432/postgres?sslmode=disable
$ migrate -path migrations -database "$DATABASE" command # (See help)