Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 440 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 440 Bytes

todoListCampus

Todo list collaborative project including :

  • front web server in HTML/JS,
  • back web server in Node.JS, implementing a REST API
  • a PostgreSQL database
  • an Nginx web server

This project also demonstrates a GitHub CI/CD flow, and the usage of Docker containers.

Images for Dockerfile

For our project we used only alpine image for start docker container. Containers used :

  • NodeJS
  • Nginx
  • Front
  • PostgreSQL