To run this project, you will need rename .env.example
file to .env
Clone the project
git clone https://github.com/VoloshynV/streamer-back
Go to the project directory
cd streamer-back
Install dependencies
yarn install
Create DB
yarn prisma migrate deploy
Generate Models
yarn prisma generate
Seed DB
yarn seed
Іs needed to create platform
data and users
with which you can log in to the application.
You will have 10 users with logging data, for example:
- Login -
user1
/ password -user1
; - Login -
user2
/ password -user2
; ...
- Login -
user10
/ password -user10
;
Build App
yarn build
Start the server
yarn start:prod