Skip to content

Keeping track of all current cryptocurrency scams in an open-source database

License

Notifications You must be signed in to change notification settings

CryptoScamDB/api.cryptoscamdb.org

Repository files navigation

CryptoScamDB
Travis CI Version Dependencies License


Usage

  • Clone the repo with: git clone --recursive https://github.com/cryptoscamdb/api.cryptoscamdb.org.git
  • Head into the newly created directory: cd cryptoscamdb.org
  • Install npm modules with: npm install or, if you wish to run a production site: npm install --production
  • Do one of the following:
    • Start development web app with: npm run start:dev (recommended)
    • Start production web app with: npm run start:prod (warning: please use a dev instance on first run, for configuration purposes)
  • Navigate to http://localhost:5111 in your browser, and you should be shown a fresh instance of CryptoScamDB ✨

Remember to clean your cache (located in data/) when you go to a new branch!