Skip to content

MisterAzix/hetic-saline-royale-academy

Repository files navigation

🎵 Hetic SalineRoyaleAcademy 🎼

⚙️ Installation ⚙️

  1. Clone the repository to your local machine:
git clone https://github.com/MisterAzix/hetic-saline-royale-academy
  1. Navigate to the project directory:
cd hetic-saline-royale-academy
  1. Install the dependencies:
npm install

🚀 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.

🌐 Environment URLs 🌐

Localhost

App URL
api http://localhost:4200/
front-client http://localhost:8080/
front-admin http://localhost:8081/

Staging

App URL
api http://develop-api.groupe9.hetic-projects.arcplex.tech/
front-client http://develop-client.groupe9.hetic-projects.arcplex.tech/
front-admin http://develop-admin.groupe9.hetic-projects.arcplex.tech/

Production

App URL
api http://api.groupe9.hetic-projects.arcplex.tech/
front-client http://groupe9.hetic-projects.arcplex.tech/
front-admin http://admin.groupe9.hetic-projects.arcplex.tech/

👤️ Authors 👤

📝 License 📝

This project is under the MIT license. See the LICENSE file for more info.