Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 830 Bytes

CHANGELOG.md

File metadata and controls

18 lines (15 loc) · 830 Bytes

Changelog

All notable changes to this project will be document in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2022-09-29

Added

  • README.md file with a short description of the project.
  • LICENSE file with the license information.
  • CHANGELOG.md file with the changelog.
  • .gitignore file with the list of files to ignore.
  • app/ directory for the app source code.
  • app/package.json file with the npm package information.
  • app/server.js file with the main server code.
  • docker/docker-compose.yml file with the docker compose configuration.
  • docker/Dockerfile file with the dockerfile.