![image](https://private-user-images.githubusercontent.com/40914400/289370753-34d06bd4-f372-44a4-bcd6-b0b72025e44a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg3OTU1NzUsIm5iZiI6MTczODc5NTI3NSwicGF0aCI6Ii80MDkxNDQwMC8yODkzNzA3NTMtMzRkMDZiZDQtZjM3Mi00NGE0LWJjZDYtYjBiNzIwMjVlNDRhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA1VDIyNDExNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTUzOGE4NjA3ZGVhNDlhNTEwM2VjMjA1ZmFhN2QwYjI4YjNjMWJlMWRlY2I2NDQwZDNiMjZjMDFmZTZmN2FhZjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.seiehG0TsRqNKfw1IJUo_jQ2dHcbHQhTeYti3f6Pn1I)
- 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
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.
- 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.
- Maxence BREUILLES (@MisterAzix)
- Benoît FAVRIE (@benoitfvr)
- Louis FORTRIE (@louisFortrie)
- Charles LAMBRET (@CharlesLambret)
- Antonin CHARPENTIER (@toutouff)