#PEAN Skeleton
=========
After downloading
- Use "npm install" to install dependencies.
- Download and install PostgreSQL. A good Mac client for working with PostgreSQL is Postico,
- You can use either PG or connect-pg-simple. both installed as dependencies, to connect to your PostgreSQL Database. Use the links for documentation and examples.
- For production, place your secret connection variables in the .env file before pushing your repo to GitHub (or wherever you commit your project). The .env file will be ignored by Git, per the .gitignore file.