- Clone the code from github
git clone [email protected]:CoderAcademy-MEL/celebrities-app.git
- 
cdinto the new directory
- 
Install the javascript dependencies 
yarn install
- Create the postgres database
rails db:create
- Execute the migration files to format the db
rails db:migrate
- rails s