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.
sbt run
will compile and start a server listening on 8080
- Fetch the reading history for a user
- GET
/user/<userID>
- GET
- Replace a user's reading history
- PUT
user/<userID>
- PUT
- Add a new entry to the user's reading history
- POST
user/<userID>/add
- POST
This project is built using the following: