Skip to content

cyberFund/ico-radar-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chaingear-form

Chaingear-form is a new web-interface for cyber•Fund ICO radar listing applications. It hides all of the inner proccesses under the clean interface and therefore allows to make data collection process simple and user-friendly both for end-users and administrators

Demo: http://188.166.87.208/#/

User guide

You can see the whole guide about using chaingear-form here

Current fuctionality

  • Currently chaingear-form allows to collect data through multi-page form, which can be accessed here. After submitting an application, chaingear-form makes an HTTP request to the chaingear-backend which stores an application in MongoDB

  • Also, chaingear-form allows to see all active applications through this page

Development

Chaingear-form is written in Vue.js and Express.js. The first is responsible for UI, the second serves static files, including HTML and js files bundled by Webpack

Installation

In order to start chaingear-form you will need to follow this steps:

  1. Clone this repo
  2. Run yarn install in project root directory
  3. Cd to views folder and run yarn install
  4. In views/src directory open config.js file and specify an address which will be used to acess an API

Run for development

  1. In views folder run npm run dev

Run for production

  1. In views folder run npm run build
  2. Cd to the project root directory and run pm2 start server.js --name chaingear-form

About

A new web-interface for ICO Radar listing applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published