Welcome to BLUE-Pet, the shop pet website developed by BlveH.
Before you install and use the BLUE-Pet project, you'll need the following:
- Clone this repository
git clone https://github.com/BlveH/BLUE-Pet.git
- Install all dependencies
npx yarn install
- Start the BLUE-Pet server
npm start
That's it! You have successfully completed the installation of BLUE-Pet.
- API: v1
- 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: