...

/

Initializing the App

Initializing the App

Create the basic structure for the marketplace app and go through the structure.

We'll cover the following...

Initializing a Rails application is pretty straightforward. We can initialize the app using the rails new command.

We’ll use the following commands in our terminal:

$ mkdir /workspace
...