MartinHowarth / melinda

Melinda is a match-making service for informal mentoring and pastoral support.
https://metaswitch-tinder.herokuapp.com/
MIT License
1 stars 0 forks source link

Create instructions for setting up a test postgres database on [windows|linux] #10

Closed MartinHowarth closed 6 years ago

MartinHowarth commented 6 years ago

And add it to the README.

This should include a simple way to populate that test database with sample data - this is one step towards supporting integration tests.

MartinHowarth commented 6 years ago

Use server.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///:memory:' Needs nicely integrating and doccing.