Skip to content

VoloshynV/streamer-back

Repository files navigation

Streamer Backend

Environment Variables

To run this project, you will need rename .env.example file to .env

Run Locally

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published