Setup - RelatedTitle/user-account-system GitHub Wiki

Setup

Setting up this user account system is very easy.

Here are the steps:

  1. Run npm install to install all the dependencies.
  2. Rename config-example.js to config.js.
  3. Set all your config values. (You can read the config page if you're unsure what these are)
  4. Run node server.js. (Or npm run dev for development)
  5. ????
  6. Profit.

Make sure to read the API Docs to familiarize yourself with the API.