- Bundle install
- Run
rackup config.ruto run server on port 9292
- Connect to
psql - Create the database using the
psqlcommandCREATE DATABASE chitter; - Connect to the database using the
psqlcommand\c peeps; - Run the query saved in the file
01_create_peeps_table.sql - Run the query saved in the file
02_added_timestamps.sql - Run the query saved in the file
03_add_comments_table.sql - Run the query saved in the file
04_create_users_table.sql