- Node.JS v18.x
- Npm v10.x
- Postgresql v12.x
npm install
npm start
npm build
- run
git pull(pull latest changes) - add
PORT=5000 DB="Your_db_name" DB_USER="Your_db_username" DB_HOST="localhost" DB_PASSWORD="your_db_password" DB_PORT=your_db_portin .env file - run
npm install(install all packages) - run
npm start(start local server) (see "Starting the local server")