Skip to content

Latest commit

 

History

History

dokusho-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dokusho-Server

Build Status

Throwaway backend server for Dokusho. This is a work in progress service for experimenting and empowering frontend development.

Once the frontend reaches a reasonable level of functionality, this backend service will be revisited.

Running the backend

Using sbt

sbt run will compile and start a server listening on 8080

Endpoints

  • Fetch the reading history for a user
    • GET /user/<userID>
  • Replace a user's reading history
    • PUT user/<userID>
  • Add a new entry to the user's reading history
    • POST user/<userID>/add

Additional Information

This project is built using the following: