📢 Hetic Chat App 📢 📝️ Table of contents 📝 ℹ️ Introduction ℹ️ Interface Design Database design ⚙️ Installation ⚙️ ⏳ Project Management ⏳ 🚀 Start the project 🚀 With NX Console With the terminal 👤️ Authors 👤 ℹ️ Introduction ℹ️ Interface Design Figma Database design ⏳ Project Management ⏳ Github Project ⚙️ Installation ⚙️ Clone the repository to your local machine: git clone https://github.com/MisterAzix/hetic-chat-app Navigate to the project directory: cd hetic-chat-app Install the dependencies: npm install Generate database types: npx prisma generate 🚀 Start the project 🚀 Using NX Console Download and install the NX Console extension for your IDE. Open your IDE and right-click on nx.json in the project directory. Select "Show NxTasks" from the context menu. In the Nx Tasks window, click on "Tasks" and then select "serve" and choose your desired app ([your-app]). This will start the project, and you can access it by following the respective URLs mentioned below. With the terminal Open a terminal and navigate to the project directory. Run the following command to start the development server: nx serve [your-app] This will start the project, and you can access it by following the respective URLs mentioned below. 👤️ Authors 👤 Maxence BREUILLES (@MisterAzix) Benoît FAVRIE (@benoitfvr) Louis FORTRIE (@louisFortrie) Charles LAMBRET (@CharlesLambret) Antonin CHARPENTIER (@toutouff)