Skip to content

saroamirkhanyan/cxcvb-backend

 
 

Repository files navigation

Cxcvb Backend

Installation

Prerequisites

  • Node.js 16.4.2 (You can install via NVM)
  • Postgresql 13
  1. Setup Postgresql
  cd db

1.1 Change the database password in install.sql file 1.2 run the setup.sh file

  bash setup.sh
  1. Installing all dependencies
  npm ci
  1. Runing
  SERPMASTER_USERNAME='[YOUR_USERNAME]' SERPMASTER_PASSWORD='[YOUR_PASSWORD]' DATABASE_PASSWORD='[YOUR_PASSWORD]' node server.js

Additional

Running in background. It returns the processId

  nohup SERPMASTER_USERNAME=[YOUR_USERNAME] SERPMASTER_PASSWORD=[YOUR_PASSWORD] node server.js &

For killing process

  kill -9 processId

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.0%
  • CSS 6.3%
  • HTML 4.3%
  • Shell 1.1%
  • Dockerfile 0.3%