8000 GitHub - yraffin/meants-docker: MEAN stack Docker development with Angular and Express, both powered by Typescript.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MEAN stack Docker development with Angular and Express, both powered by Typescript.

Notifications You must be signed in to change notification settings

yraffin/meants-docker

< 8000 script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_tanstack_react-virtual_dist_esm_index_js-node_modules_react-virtual_dist-19a6be-975e31de63a8.js">

Repository files navigation

MEANTS-DOCKER

MEAN stack development with Angular and Express, both powered by Typescript. This repository was started under Angular 2 and updated to Angular 4. This is using Docker Compose set up for running the application within 3 containers:

  • frontend: Angular4
  • backend: Express
  • database: MongoDB

Prerequisites

Quick start

  • Initializes application
# clone the repository
# --depth 1 removes all but one .git commit history
git clone --depth 1 https://github.com/yraffin/meants-docker.git

# change directory to the repository directory
cd meants-docker

# Run docker (use -d to run in detached mode)
docker-compose up

# Restore MongoDB dump : ./mongodb-dump-00.agz
mongorestore --host localhost:27018  --gzip --archive=mongodb-dump-00.agz

About

MEAN stack Docker development with Angular and Express, both powered by Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0