NickPriv / FryRankBackend

A back-end Java application allowing users to create and view reviews for french fries at restaurants
https://fryrank.oxyserver.com
0 stars 0 forks source link

Split frontend and backend into separate repos #40

Closed oxyflush closed 7 months ago

oxyflush commented 7 months ago

Context: To make a clear separation between frontend and backend and also in order to reduce headaches related to calling our frontend and backend API URLs, we've decided to split the frontend and backend code into separate repositories.

We should resolve all PRs before cloning.

  1. This ticket tracks cloning this FryRank repo (Private because Google API key still stored) and removing either the frontend or backend code. The mirrored equivalent should be done for this FryRank repo.
  2. We probably also want to rename the repos to indicate whether its the Frontend or Backend repo.
  3. We should update the procfiles in each repo to only contain the web dyno for the frontend or backend commands.
  4. Update Heroku to pull from the correct branch for each app.
  5. Delete package.json from backend repo since it's no longer needed.
oxyflush commented 7 months ago

@NickPriv Frontend: clone repo for the frontend and delete backend @oxyflush Backend: Delete frontend code

oxyflush commented 7 months ago

Finished in: https://github.com/NickPriv/FryRankFrontend/pull/1 (Frontend) https://github.com/NickPriv/FryRankBackend/pull/42 (Backend)