adonespitogo / AdoBot-IO

AdoBot NodeJS Server with socket.io
https://github.com/adonespitogo/AdoBot
MIT License
199 stars 160 forks source link
adobot nodejs spyware

AdoBot-IO

AdoBot Android Spyware Server

Server Setup

Create app on Heroku

Setup Mysql Server

Configure the app

Upload the source to Heroku

Development

System Requirements

Setup

Edit ./config/config.json to your preferences. In the development section, change the username, password and name of the database.

The admin section refers to the admin panel login credentials in development environment.

To set the admin panel username and password in production, set the environment variables ADMIN_USERNAME and ADMIN_PASSWORD.

Install dependencies:

$ npm install

Populate the database:

$ ./node_modules/.bin/sequelize db:migrate

Run local server

$ npm run dev

Browse to http://127.0.0.1:3000

License

Released under MIT License