Showing posts from March, 2022Show all

Install Ganache In Ubuntu

1. Download ganache from the official Site 2 . open terminal and type sudo chmod a+x ganache-2.5.4-linux-x86_64.AppImage  3. now double click the file to…

Read more

Change Postgres Password

To change the the postgres user's password follow this steps Login into the psql: $ sudo -u postgres psql Then in the psql console change the passwo…

Read more

user.js

'use strict' ; /** * Auth.js controller * * @description : A set of functions called "actions" for managing `Auth`. */ /* eslint-d…

Read more