Skip to content

zesaver/bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParkingFinesBot

Installation

Docker installation:

This is the recommended way of installation and execution of the bot.

Get the credentials file required for the services access and update config.js file in the bot folder with it.

Then execute in the git's root folder:

docker-compose up

Manual installation

Pre-requisites:

The following services are required to launch the bot:

  • node.js (>=12.18.2)
  • MongoDB (>=4.2.9)

Step by step instalation

Get the credentials file required for the services access and update config.js file in the bot folder with it.

Then execute:

npm install

grant writing rights for node_modules folders.

Running

You can start the server with at any time with

node server/index.js

or npm start.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.0%
  • HTML 5.5%
  • CSS 5.0%
  • Dockerfile 0.5%