Skip to content

temelt/ttemel-nodejs8-angular7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Express-PostgreSQL-Angular7

Boilerplate for Nodejs-Sequelize-Angular6

Features:

  • NodeJs
  • Express
  • PostgreSQL
  • Sequelize
  • Angular 7.2 with angular cli

Pre-requisite

Node.js - 8.9+ Angular-CLI - 7.2+

Angular Server

Go to angular directory

  • $ cd src/client

To install dependencies, please run

  • $ npm install

You can configure api url which needed on angular services by editing the environment.ts it can under the directory

  • src/client/src/environments

To run angular in development mode

To take production build

  • $ npm run build then your production files are placed in "public" folder Note: This public folder is marked as static files in express configuration to serve files.

Node Server

To install dependencies

  • $ npm install

Then start the node server

  • $ npm start

Front End URL : http://localhost:8000/ API URL : http://localhost:8000/api/

About

NodeJs Express PostgreSQL Sequelize Angular 7.2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published