Skip to content

Boilerplate project for full stack js (dockerized) development

Notifications You must be signed in to change notification settings

ArlindH/fullstack_phonebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack Javascript Phonebook implementation

Stack

Backend: node/express

Frontend: reactjs

Database: mongo

Containerized with docker for development and production.

Run in development

cd devops && docker-compose up

Run in production

1-tier docker based architecture for production. Backend, frontend and database reside in the same server. NGINX configured as an ingress point to the server.

cd devops && docker-compose -f docker-compose-prod.yaml up -d

About

Boilerplate project for full stack js (dockerized) development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published