rafaelklaessen / keep-clone

An effort to make a clone of Google Keep in play-scala with Firebase.
Other
16 stars 6 forks source link
firebase play-framework scala

Keep clone

Notes page screenshot

An effort to make a clone of Google Keep in play-scala with Firebase. It has:

About

The project's main focus is to learn Scala/Play and Firebase.

Setup

Requirements to run the project locally:

Setup instructions

Make sign in with Facebook & GitHub work

To make sign in with Facebook & GitHub work, you'll need a client_id and client_secret for both of them. You'll have to go into app/controllers/OAuthController.scala and put them in the right place (GitHub is around line 60, Facebook is around line 102).

Run the project in production

To run the project in production, you'll have to do the following: