Skip to content

googleinterns/Ad-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ad-lib

Ad-lib features a React frontend with a Java backend. In order to connect the frontend and backend and correctly route which microservice handles request, a dispatch.yaml file has been defined. This project was bootstrapped with Create React App.

Run the front-end and back-end locally:

Front-end

cd frontend
yarn local

Back-end

cd backend
mvn package appengine:run

or

build

Deploy web-application using dispatch.yaml

gcloud init
gcloud config set project [Project_ID]
gcloud app deploy dispatch.yaml

Deploy web-application to producation

gcloud init
gcloud config set project [Project_ID]

React front-end

cd frontend
yarn build
gcloud app deploy

Java back-end

cd backend
mvn package appengine:deploy

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published