DAO-collab / broker-bewertungen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

broker-bewertungen.de

Hits

Installation Guide

Environments

  • MySQL
  • Node.js

Prepares

Install yarn

Open command prompt and type the command as follows.

npm install --global yarn

Install ts-node npm package

Continue with previous step.

npm install --global ts-node

Select the backend and install npm packages

Open command prompt on your project folder and type every line.

yarn

Create the collection for the project.

Please don't close the command prompt that opened on the previous step and type this.

npm run db:create

Select the frontend and install npm packages

Open command prompt on your project folder and type every line.

cd frontend
yarn

Executes

Run the backend

Open command prompt on your project folder and type these.

npm start

Run the frontend

Open one more as same as the previous step.

cd frontend
npm start

About

License:Other