Skip to content

thePortus/ape-stack

Repository files navigation

ape-stack

Fullstack Angular-PostgreSQL-ExpressJS Starter

By David J. Thomas, thePortus.com

Prerequisites

  1. Install nodejs 8+/npm
  2. Install PostgreSQL 9.x or above

Installation

# grab the repo and cd into the directory
git clone https://github.com/thePortus/ape-stack.git
cd ape-stack

# install npm packages
npm install

# postinstall process will automatically collect/compile files
# and create a db as defined in config.json

# ready to go, launch the server
npm start

Now go to http://localhost:3000 in your browser to see the home page.

To change the port, simply edit bin/www


For Developers

Simply ensure your node env is production or testing and run the setup script

# Set the environment manually or in a pre-hook
export NODE_ENV=production
# This will launch gulp which will detect the change in environment and compile distribution scripts
npm run setup

About

Angular-PostgreSQL-Express Stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published