Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 545 Bytes

The Poem Critic

Contributors: Collins Nji | Jade Kaleel Project Advisor: Shaheen Bahauddin

Summary

Google SPS Team 4 Project. This project aims to utilize Google Datastore and other APIs to build a webapp that allows for easy annotation of poems

Project Setup

  1. Fork and clone the repository.
    git clone https://github.com/YOUR-USERNAME/sps-spring21-team4
  2. Build the project locally.
    mvn package exec:java
  3. Run tests.
    mvn test
  4. Deploy to AppEngine.
    mvn package appengine:deploy