vivekshah1801 / ciq-bms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CIQ-BMS

Technology πŸ“Ά

  • Backend: NodeJS v14.15
  • Database: Postgers v13

Installation πŸ’»

  • Install docker
  • Install nvm (if you have already nvm change node version to 14.15.0)
  • Install node version
nvm install 14.15.0
  • Install packages.
cd ciq-bms
npm install

How to run server? πŸƒ

npm start

Quick Run? ⏰

  • Make sure you have install docker to your machine.

  • To install postgres

sudo docker run --rm -p 5432:5432 --name ciq-postgres -e POSTGRES_PASSWORD=Abc@123 -d postgres:13
  • To build and run backend server
sudo docker build . -t ciq
sudo docker run --rm --name ciq-backend --network="host" -d ciq

Documentation πŸŽ“

  • Documentation for this can be found at docs

About


Languages

Language:JavaScript 99.4%Language:Dockerfile 0.4%Language:Shell 0.2%