Skip to content

Parasik72/TWE-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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