vincilbishop / full-stack-example

An example full stack application using Node.js and Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

full-stack-example

An example full stack application using Node.js and Angular

Demo Animation

See the live demo HERE.

Development

Prerequisites

The following items are required to be installed globally in order to run the application locally:

Local Application

To run the application locally:

  • Clone this repository.
  • From the api/ directory run yarn compose up to start the database.
  • From the api/ directory run yarn db:reset to populate the database.
  • From the api/ directory run yarn start:dev to start the application server.
  • In a separate terminal window, run yarn start:dev from the web/ directory to start the web server.

The following URLs should now be available:

Unit Tests

  • From the api/ directory run yarn test
  • From the web/ directory run yarn test

e2e Tests

  • From the api/ directory run yarn test:e2e
  • From the web/ directory run yarn test:e2e

About

An example full stack application using Node.js and Angular

License:MIT License


Languages

Language:TypeScript 73.9%Language:HTML 13.2%Language:CSS 5.9%Language:JavaScript 5.5%Language:Dockerfile 1.5%