Skip to content

MisterAzix/hetic-chat-app

Repository files navigation

📢 Hetic Chat App 📢

📝️ Table of contents 📝

ℹ️ Introduction ℹ️

Interface Design

Figma

Database design

image

⏳ Project Management ⏳

Github Project

⚙️ Installation ⚙️

  1. Clone the repository to your local machine:
git clone https://github.com/MisterAzix/hetic-chat-app
  1. Navigate to the project directory:
cd hetic-chat-app
  1. Install the dependencies:
npm install
  1. Generate database types:
npx prisma generate

🚀 Start the project 🚀

Using NX Console

  1. Download and install the NX Console extension for your IDE.
  2. Open your IDE and right-click on nx.json in the project directory.
  3. Select "Show NxTasks" from the context menu.
  4. In the Nx Tasks window, click on "Tasks" and then select "serve" and choose your desired app ([your-app]).
  5. This will start the project, and you can access it by following the respective URLs mentioned below.

With the terminal

  1. Open a terminal and navigate to the project directory.
  2. Run the following command to start the development server:
    nx serve [your-app]
  3. This will start the project, and you can access it by following the respective URLs mentioned below.

👤️ Authors 👤