forked from udacity/cloud-developer
-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Setup
Daniel Salazar edited this page Jul 8, 2019
·
2 revisions
The servers are dependent on Nodejs and Node Package Manager.
- Installation instructions can be found here
- To test if Nodejs is installed, execute the following code in your terminal:
npm -v
The Ionic client is dependent on Ionic.
- Installation instructions can be found here
- To test if Ionic is installed, execute the following code in your terminal:
ionic --version
We can issue and save requests to the server with ease using Postman.
- Installation instruction can be found here.
We can interact with our database with ease using Postbird.
- Installation instructions can be found here.
We can interact with our repo with ease using Visual Studio Code.
- Installation instructions can be found here.
We will be using multiple services provided by Amazon Web Services, so you will need to set up an account.
- Instructions can be found here.
We will be interacting with our AWS services using the command line, so you will need the AWS CLI
- Instructions can be found here.