Griffith Keep

Griffith Keep is a Google Keep clone made at Griffith College Dublin.

Stack

Setup steps

Backend setup:

  • Clone the backend git clone https://github.com/BaptisteMartinet/griffith-keep-api
  • Copy past .env.example to simply .env
  • Run npm install
  • Run npm start

Frontend setup:

  • Clone the frontend git clone git@github.com:BaptisteMartinet/griffith-keep.git
  • Run npm install
  • Run the application using npm start or ng serve --open