Skip to content

InevitableChaos/blogsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task:

Build blogsite in Scala.

  • Get Akka working. (Complete.)

    • Build out Akka routes for CRUD operations on Blogs.
      • Get Marshallers and Json Schemas working.
    • Build out Akka routes for CRUD operations on Users.
      • Get Marshallers and Json Schemas working.
  • Get mongodb working.

    • Build out mongo to include all the blogs.
    • Build out mongo to include all users.
  • Get the application running using futures.

    • Have the application be able to run asynchronously.
  • Fix main.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages