aledejesus / item_catalog

Udacity Full Stack Web Developer Nanodegree Project 2: Item Catalog
0 stars 0 forks source link

Create sample data dump #13

Closed aledejesus closed 6 years ago

aledejesus commented 6 years ago

This dump will be restored to the db when the vagrant machine is created. This is for demonstration purposes.

aledejesus commented 6 years ago

Also test setting up the environment to test that everything works fine

aledejesus commented 6 years ago

Modify Vagrant file to run migrations and insert test data

aledejesus commented 6 years ago

Only thing left to do here is fix the Vagrantfile. Maybe replacing the su postgres command with a command that runs a setup script creating the vagrant role and setting its password would be enough.

aledejesus commented 6 years ago

Only thing left to do: duplicate .env_example to .env