Skip to content

totalvm/neo-admin-portal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

NEO Admin Portal

How to use

  • Install Meteor JS
  • Do meteor npm install inside the main folder
  • Start meteor with meteor run
  • You will have to install a MongoDB client (I use MongoBooster)
  • Use the tool to connect to your local database (localhost:3001)
  • Create the collection meteor_accounts_loginServiceConfiguration
  • Execute the following query
db.meteor_accounts_loginServiceConfiguration.insert({
 "service" : "slack",
 "clientId" : "your_slack_client_id",
 "secret" : "your_slack_secret",
 "loginStyle" : "popup"
});
  • You should now be able to use the script. However, slack requires you to specify a publicly available endpoint! Make sure you check your app settings on slack.

Roadmap

Version 0.1

  • Slack login
  • FAQ questions management
  • Admin portal interface
  • Admin portal interface NEO style

Version 0.2

  • Slack invite management
  • User profile management
  • Bot status page
  • Bot stop/start

Version 0.3

  • Suspicious user management (find bots/spammers/etc)
  • Reward management
  • User project management

Version 0.4

  • Integrate wallet system

Version 0.5

  • Pending

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.7%
  • HTML 31.1%
  • CSS 16.2%