Setup - RelatedTitle/user-account-system GitHub Wiki
Setup
Setting up this user account system is very easy.
Here are the steps:
- Run
npm install
to install all the dependencies. - Rename
config-example.js
toconfig.js
. - Set all your config values. (You can read the config page if you're unsure what these are)
- Run
node server.js
. (Ornpm run dev
for development) - ????
- Profit.
Make sure to read the API Docs to familiarize yourself with the API.