diff --git a/README.md b/README.md
index d6751b0..308b0b5 100644
--- a/README.md
+++ b/README.md
@@ -1,43 +1,33 @@
-
-
-
- PlanifÉTS Project
-
+# PlanifETS
+
+
+
+
+
+
-## Description
+> _Session planner for students at the École de technologie supérieure_
-This project is built on top of the Angular CLI. It uses the Dgeni documentation generator to compile source documentation in markdown format into the published format. The Repository contains docs.nestjs.com/first-steps source code, the official Nest documentation.
+This backend provides an API to support academic session planning at ÉTS.
-## Installation
+It fetches and synchronizes course and program data directly from ÉTS servers, giving students up-to-date information for planning their academic paths.
-```bash
-$ yarn install
-```
-## Running the app
+## 🚀 Technologies used
-```bash
-# development
-$ yarn run start
+- [NestJS](https://docs.nestjs.com/)
+- [Prisma](https://www.prisma.io/nestjs)
+- [PostgreSQL](https://www.postgresql.org/) (version 16+)
+- [Docker](https://www.docker.com/)
-# watch mode
-$ yarn run start:dev
-# production mode
-$ yarn run start:prod
-```
+## 🛠️ Onboarding
-## Test
+For onboarding instructions, please refer to our documentation on [Notion](https://www.notion.so/Onboarding-662062ca7e0e421eb59baf3a63dad2e6).
-```bash
-# unit tests
-$ yarn run test
-# e2e tests
-$ yarn run test:e2e
+## ⚖️ License
-# test coverage
-$ yarn run test:cov
-```
\ No newline at end of file
+This projet is licensed under the Apache License V2.0. See the [LICENSE](https://github.com/ApplETS/Notre-Dame/blob/master/LICENSE) file for more info.