Skip to content

MitchB09/magic8ball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magic 8 Ball

Like the shake of a Magic 8 Ball, gives a response to your ever pressing question

Running UI

To build and run the ui for the first time, execute the following scripts. On subsequent runs, only running npm start in the ui folder is required

cd ui
npm install
npm start

Deploying application

To build and deploy your application for the first time, run the following in your shell:

sam build
sam deploy --guided

The SAM CLI can also emulate your application's API. Use the sam local start-api to run the API locally on port 3000.

sam-app$ sam local start-api
sam-app$ curl http://localhost:3000/

About

Magic 8 Ball

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published