Skip to content

a web application for gathering feedback on small snippets of code

License

Notifications You must be signed in to change notification settings

matthieubulte/sucks-rocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sucks-rocks

a web application for gathering feedback on small snippets of code

backend

the backend is a REST-ish api implemented in haskell using the following libraries:

  • Scotty for REST interface declaration
  • Persistent (with the sqlite implementation) for the database access
  • Aeson for serialization

frontend

the frontend is a single page application implemented in purescript using the following libraries:

  • purescript-thermite as a wrapper for ReactJS
  • purescrpt-transformers for the beautiful ContT monad transformer

About

a web application for gathering feedback on small snippets of code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published