Skip to content
/ Locr Public

Experimental project playing around with Play Framework, Scala and ReactiveMongo

License

Notifications You must be signed in to change notification settings

megaz/Locr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locr

Experimental hack project playing with Play Framework, ReactiveMongo and Scala and creating a user following system similar to Twitter.

Usage

1' : Create User

 curl -X POST -d '{ "username":"test", "password":"sdg435fdsgdfgs", "email" : "test@gmail.com" }' --header "Content-Type:application/json" http://localhost:9000/registration/createUser --include
HTTP/1.1 200 OK
Content-Type: text/plain; charset=utf-8
Content-Length: 17

User test created

TODO

  1. Refactor Followers, Following and Authentication Controllers and decouple persistence layer into separate DAO classes.
  2. Extra persistence tests similar to TestUserDAO
  3. Tests for controllers.
  4. Provide secured actions.

About

Experimental project playing around with Play Framework, Scala and ReactiveMongo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published