The Worst Site for The Worst Engine
-
Node JS
-
Typescript
-
Prisma
-
PostgreSQL
-
Postman
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)
.
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
Start client
npm start