- Clone the code from github
git clone git@github.com: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