Skip to content

PEAN Stack Skeleton (MEAN with PostgreSQL instead of MongoDB)

Notifications You must be signed in to change notification settings

YetAnotherJonWilson/PEANSkeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#PEAN Skeleton

PEAN Stack Skeleton (MEAN with PostgreSQL instead of MongoDB)

=========

After downloading

  1. Use "npm install" to install dependencies.
  2. Download and install PostgreSQL. A good Mac client for working with PostgreSQL is Postico,
  3. 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.
  4. 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.

About

PEAN Stack Skeleton (MEAN with PostgreSQL instead of MongoDB)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published