An example of express/nodejs project and Docker for local development.
Architecture:
- express/nodejs app
- postgreSQL database where posts are stored
Project features:
- Docker confihuration for local development.
To do:
- The create blog does not yet have login
- Front-end too simple
- Go to customPostgresImage and build the custom image using the following command
sudo docker image build -t custom_psql .- Go to sampleBlog and compose system by using the following command
sudo docker-compose up- Allways do
sudo docker-compose downto clean after yourself