Parasik72 / TWE-site

The site for TWE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Worst Engine - Site

The Worst Site for The Worst Engine

image

Requirements

  1. Node JS

  2. Typescript

  3. Prisma

  4. PostgreSQL

  5. Postman

Initially

To start you have to install node modules for the server(move to 'server' directory and execute "npm i" command) and the client side (move to 'client' directory and execute "npm i" command).

Server commands

Start server

npm start

Start seeds

npm run seed

Start migration

npm run migration:dev

Reset migration

npm run migration:reset

Drop DB

npm run db:drop

Generate prisma

npm run prisma:generate

Client commands

Start client

npm start

Author

Dmytro Vorobets

About

The site for TWE


Languages

Language:TypeScript 85.4%Language:SCSS 14.4%Language:HTML 0.2%Language:Shell 0.0%