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
mysqlserver and create an empty database to initialize the starting database. - SSL certificate and private key for your API server
-
Go to
configfolder and make a copy fromproduction.sample.jsfile and rename itproduction.js. -
Also make a copy from
database.sample.jsonfile and rename itdatabase.json. Fill in each field in those config files and save it. -
Put your SSL certificate and private key in the
sslfolder 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