Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xjeremy/bot-manager
A [ro]Bot Manager for the common human
https://github.com/0xjeremy/bot-manager
Last synced: about 2 months ago
JSON representation
A [ro]Bot Manager for the common human
- Host: GitHub
- URL: https://github.com/0xjeremy/bot-manager
- Owner: 0xJeremy
- License: mit
- Created: 2019-08-29T22:32:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T10:52:33.000Z (about 2 years ago)
- Last Synced: 2023-03-02T22:52:12.999Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 409 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [ro]Bot Manager
# THIS PROJECT IS NO LONGER MAINTAINED. USE [VIZ.ENGINE](https://github.com/0xJeremy/viz.engine) INSTEAD.
### Installation
To install all packages, use `cd client && npm install`, and `cd server && npm install`.
### Running
This repository uses a Node.js server powering a React.js front end. To run both,
use the command `npm start` while in the top most directory.NOTE: To use `npm start`, the Node package `concurrently` is required. Install with `npm install -g concurrently`.
The front end page of this application is hosted on `localhost:3000`, while the server runs on `localhost:5000`.
All requests made to the React application are proxied to the main server.![Bot-Manager Main Page](https://github.com/0xJeremy/Bot-Manager/blob/master/images/bot_manager.png)