- Download and Install Postman
- Import FINAL_API_DATABASE.sql to your database
- Customize .env
- Import postman_collection.json
- Set Environment variabel user_id, user_id2, post_id, and post_id2 with no value
- Set Environment variabel ip with localhost(test local) or 34.146.206.82(test on GCP)
- Run the collections
- run gem install rspec
- open project directory
- run rspec -fd spec