Frontend for keep API
Keep is a note taking app built with emberJs and nodeJs
To see the app, you'll need the normal Ember prerequisites:
Intialize the project:
git clone https://github.com/quajo/keep.git
cd keep
npm install
Then run it:
ember s
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.