Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 783 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 783 Bytes

Booma

Booma is an online service that let users store bookmarks without registration.
Everything that is needed is a passphrase.

Quick start

Client

  • make sure nvm is installed
  • make sure Angular's CLI is installed
  • run cd ./client && nvm use && npm install
  • run ng serve

Server

  • make sure, Java is installed
  • make sure, Gradle is installed
  • run cd ./server && ./gradlew bootRun

Technical stack