{"id":22829107,"url":"https://github.com/eric-philippe/todoapp","last_synced_at":"2026-04-29T17:38:40.704Z","repository":{"id":258846750,"uuid":"874783895","full_name":"Eric-Philippe/ToDoApp","owner":"Eric-Philippe","description":"3 Tiers TodoApp centered on good practices during School","archived":false,"fork":false,"pushed_at":"2024-11-06T10:52:58.000Z","size":1215,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T06:41:09.317Z","etag":null,"topics":["docker-compose","good-practices","todo"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Eric-Philippe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-18T13:04:17.000Z","updated_at":"2024-11-06T10:31:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"60010172-02ae-483f-8995-5898f1d355ea","html_url":"https://github.com/Eric-Philippe/ToDoApp","commit_stats":null,"previous_names":["eric-philippe/todoapp"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eric-Philippe%2FToDoApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eric-Philippe%2FToDoApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eric-Philippe%2FToDoApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eric-Philippe%2FToDoApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eric-Philippe","download_url":"https://codeload.github.com/Eric-Philippe/ToDoApp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246400242,"owners_count":20770977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-compose","good-practices","todo"],"created_at":"2024-12-12T19:13:17.651Z","updated_at":"2026-04-29T17:38:35.665Z","avatar_url":"https://github.com/Eric-Philippe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ToDoApp\n\n![CI/CD](https://github.com/Eric-Philippe/ToDoApp/actions/workflows/ci-cd.yml/badge.svg)\n\n## Description\n\nA simple TODO application under Docker environment with NestJS and Svelte. This project was made as a school project in order to have the best practices of a fullstack application. This project does not aim to be a complete application but rather a foundation to apply the best practices of a fullstack application.\n\n## Table of Contents\n\n- [ToDoApp](#todoapp)\n  - [Description](#description)\n  - [Table of Contents](#table-of-contents)\n    - [🖼️ Illustration](#️-illustration)\n  - [💽 Technologies](#-technologies)\n  - [🐳 Running the app on docker](#-running-the-app-on-docker)\n    - [🐋 Docker build \\\u0026 start](#-docker-build--start)\n    - [💾 Migration](#-migration)\n  - [🖲️ Running the app without docker](#️-running-the-app-without-docker)\n    - [⏏️ Installation](#️-installation)\n    - [💾 Migration (without docker)](#-migration-without-docker)\n  - [🎬 Running the app](#-running-the-app)\n  \n\u003e Check the [CHANGELOG](./CHANGELOG.md) for the latest changes.\n\n### 🖼️ Illustration\n\n![Main Page](./images/main.png)\n\n![Login Page](./images/login.png)\n\n## 💽 Technologies\n\n* NestJS\n* TypeORM\n* Svelte\n* PostgreSQL\n* PGadmin4\n* JWT\n* Docker\n* Swagger\n\n![Swagger](./images/swagger.png)\n\n## 🐳 Running the app on docker\n\n### 🐋 Docker build \u0026 start\n\n```bash\n# docker env build\n$ docker-compose build\n\n# docker env start\n$ docker-compose up\n\n# remove docker container (services \u0026 networks)\n$ docker-compose down\n```\n\n### 💾 Migration\n\n```bash\n# generate migration\n$ docker-compose run nestjs npm run typeorm:generate AnyNameYouLike\n\n# run migration\n$ docker-compose run nestjs npm run typeorm:run\n```\n\n## 🖲️ Running the app without docker\n\n### ⏏️ Installation\n\n```bash\n$ npm install\n```\n\n### 💾 Migration (without docker)\n\n```bash\n# generate migration\n$ npm run typeorm:generate AnyNameYouLike\n\n# run migration\n$ npm run typeorm:run\n```\n\n## 🎬 Running the app\n\n```bash\n# development\n$ npm run start\n\n# watch mode\n$ npm run start:dev\n\n# production mode\n$ npm run start:prod\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feric-philippe%2Ftodoapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feric-philippe%2Ftodoapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feric-philippe%2Ftodoapp/lists"}