josh-stevens / amigo

A social media based platform for planning and organizing trips with friends. This was originally a project I built with a team during my time at Makersquare. I am rebuilding it from scratch to relearn Node and to teach myself React.
Apache License 2.0
0 stars 0 forks source link

Setup PostgreSQL #3

Open josh-stevens opened 8 years ago

josh-stevens commented 8 years ago

Start with a simple barebones database schema. Build a way to do migrations easily so the database can be expanded as needed.

josh-stevens commented 8 years ago

Postgres is up on the heroku environment. This will probably be best to wait until the Node server is built.