Skip to content

bryangarza/qwu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qwu (twitter clone in haskell)

  • because why not.
  • ripped some parts of the db code from an unpublished project.
  • say hi @bryangarza

status

layerstatus
db inserts
db deletes
db updates
db queriesin progress
rest apiin progress
frontendin progress

important libraries

  • opaleye (postgres)
  • servant (api)
  • lucid (html edsl)
  • clay (css edsl)

routes

uridesctypeauth?
/homegetno
/<user>usernamegetno
/search/<terms>search for postsgetno
/<user>/followerslist a user’s followersgetno
/<user>/followinglist who user is followinggetno
/newpostnew postpostyes
/del/<id>/delete post by idpostyes
/star/<id>star a post by idpostyes
/follow/<user>follow a userpostyes
/unfollow/<user>unfollow a userpostyes

About

twitter clone in haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published