Skip to content

BlveH/BLUE-Pet

Repository files navigation

BLUE-Pet

Welcome to BLUE-Pet, the shop pet website developed by BlveH.

Prerequisites

Before you install and use the BLUE-Pet project, you'll need the following:

Installation

  1. Clone this repository
git clone https://github.com/BlveH/BLUE-Pet.git
  1. Install all dependencies
npx yarn install
  1. Start the BLUE-Pet server
npm start

That's it! You have successfully completed the installation of BLUE-Pet.

Documentation

Docker image

docker-compose.yml

  • Example:
services:
    node:
        env_file:
            - .env
        image: bluehv/blue-pet
        command: sh -c "yarn start"
        ports:
            - 3000:3000
        networks:
            - blue
    mongo:
        env_file:
            - mongo.env
        image: mongo:focal
        restart: always
        ports:
            - 27017:27017
        volumes:
            - ./data/mongo:/data/db
        networks:
            - blue
networks:
    blue:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published