Skip to content

Mezanic/OriAndNori

 
 

Repository files navigation

Ori&Nori 🐶 ✚ 🐱 🟰 ❤️

Introduction 📖

This is our portfolio project Ori&Nori for Holberton School.

Usage for development 🛠️

How to run commands in node container 🐳

docker compose run --rm node <command>

Example:

docker compose run --rm node npm install

How to use bash in node container 🐚

docker compose run --rm node bash

Installation for development ⚙️

Step 1: Clone the repository 🧩

git clone https://github.com/thomas-maye/OriAndNori.git

Step 2: Install dependencies 📦

docker compose run --rm node npm install

Step 3: Add environment variables 🌍

Copy the .env.example file to .env.

cp .env.example .env

Edit the .env file and fill in the necessary environment variables.

Step 4: Generate Application Key 🔑

docker compose run --rm node node ace generate:key

Step 5: Start the development server 🚀

docker compose up -d

Step 6: Access the application 🌐

Open your browser and navigate to http://localhost:3333.

Step 7: Stop the development server 🛑

docker-compose down --remove-orphans

About

PortFolioProject

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.2%
  • Edge 45.2%
  • JavaScript 1.9%
  • Other 0.7%