#Setup
- cd twitter_app
- bundle
- Run below command in psql console to create a user or use any user/password in your system and specify that in database.yml. psql=# create user lenny password 'leonard' createdb;
- rails db:create
- rails db:migrate
- rails db:seed if you want to feed some data to your database.
- rails s
- Signup with a new user or use [email protected]/qwertyui