No description
Find a file
2023-11-21 21:07:59 -06:00
bin Borrow ESLint inspiration from AirBNB. 2023-10-08 23:14:04 -05:00
lib Hey, lets retrieve posts. 2023-11-21 21:07:59 -06:00
middleware Allow connections from Brutaldon to log in. 2023-10-10 23:44:56 -05:00
migrations Ensure accounts have a created_at date. 2023-11-19 19:36:30 -06:00
routes Hey, lets retrieve posts. 2023-11-21 21:07:59 -06:00
.eslintrc.json Borrow ESLint inspiration from AirBNB. 2023-10-08 23:14:04 -05:00
.gitignore Opened application in WebStorm, cleaned up interesting. 2023-10-06 22:00:20 -05:00
app.js Borrow ESLint inspiration from AirBNB. 2023-10-08 23:14:04 -05:00
database.json Implement /api/v1/apps Mastodon API. 2023-09-27 07:03:36 -05:00
jsconfig.json Best practices say to exclude node_modules from jsconfig.json 2023-09-27 17:33:42 -05:00
package-lock.json Initial status posting capability. 2023-11-20 20:27:38 -06:00
package.json Initial status posting capability. 2023-11-20 20:27:38 -06:00
README.md Ensure accounts have a created_at date. 2023-11-19 19:36:30 -06:00

BRAINZ SOCIAL

Creating your first account

node ./bin/create_account.js USERNAME EMAIL_ADDRESS $(mkpasswd -m bcrypt)

For the provided password prompt, enter your chosen password.