This is just a simple twitter clone.
$npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodcreate database twitterclone; create user useradmin with password 'anypass'; grant all privileges on database twitterclone to useradmin;
