Message bot example application with authentication and authorization
Instructions:
-
Server
- Go to server folder and find typeorm.config.ts in the folder and check and update local Postgres DB config to match with your local configurations
- You can find predefined admin account in seeder/seeder.service.ts to test admin specific endpoints
$ yarn install
$ yarn start
-
Client
$ yarn install
$ yarn dev