Please make sure to run npm install
in both directories to install all needed dependencies.
The client is written in TypeScript using Angular 5. It is styled with Material Design.
In order to run the client, please install Angular CLI and type the folowing command in the terminal:
cd client; ng serve
Then navigate to http://localhost:4200
Before running the server, you need a MySQL-database set up and change the connection-parameters accordingly in server.ts.
In case you don't have the typescript compiler installed, please run npm install -g tsc
.
Run the server with the following command and watch out for the log Database is connected ...
npm start