Your personal life management assistant
For general introduction of jAssistant, please visit the UI repository.
You will need the following to be set up before you can run jAssistant
- A running
mysql
server and create an empty database to initialize the starting database. - SSL certificate and private key for your API server
-
Go to
config
folder and make a copy fromproduction.sample.js
file and rename itproduction.js
. -
Also make a copy from
database.sample.json
file and rename itdatabase.json
. Fill in each field in those config files and save it. -
Put your SSL certificate and private key in the
ssl
folder and point to them correctly in your config file.
Go to the database, in user
table, insert a new user. password
should be a bcrypt hash value.
Testing account: [email protected]
Password: jAssistant2019