This application is provided to you as an alternative starter project if you do not wish to host your own code done in the previous courses of this nanodegree. The udagram application is a fairly simple application that includes all the major components of a Full-Stack web application.
- Clone this repo locally into the location of your choice.
- Move the content of the udagram folder at the root of the repository as this will become the main content of the project.
- Open a terminal and navigate to the root of the repo
- follow the instructions in the installation step
The project can run but is missing some information to connect to the database and storage service. These will be setup during the course of the project
- Node v16 (LTS) or more recent.
- npm 5.5.1 (LTS) or more recent.
- AWS CLI v2, v1 can work but were not tested for this project
- AWS EB CLI
- AWS RDS database running Postgres.
- AWS S3 bucket for Frontend.
- AWS Elastic Beanstalk for Backend.
Provision the necessary AWS services needed for running the application:
- In AWS, provision a publicly available RDS database running Postgres. <database-1.cnypvrxw3icw.us-east-2.rds.amazonaws.com>
- In AWS, provision a s3 bucket for hosting the uploaded files. http://udagram-yasser.s3-website.us-east-2.amazonaws.com
- Export the ENV variables needed or use a package like dotnev/.
- From the root of the repo, navigate udagram-api folder
cd udagram/udagram-api
to install the node_modulesnpm install
. After installation is done start the api in dev mode withnpm run dev
. - Without closing the terminal in step 1, navigate to the udagram-frontend
cd udagram/udagram-frontend
to intall the node_modulesnpm install
. After installation is done start the api in dev mode withnpm run start
.
- Angular - Single Page Application Framework
- Node - Javascript Runtime
- Express - Javascript API Framework
- http://udagram-yasser.s3-website.us-east-2.amazonaws.com - S3 Bucket - udagram-frontend