/dowhile-posts-node

Back end developed in Node for the application proposed by Rocketseat on Next Level Week Heat

Primary LanguageTypeScript

DoWhile Posts


cpdowhile



Back end developed in Node for the application proposed by Rocketseat on Next Level Week Heat

the purpose of the application is to be an environment where users could share their expectations about the DoWhile event


Scripts


Run server

yarn dev

Run server on port 4000


Run prisma studio

yarn prisma:studio

Used to view database


Run database migrations

yarn migrate:dev

Database migration tool used in development environment


Run file formatting

yarn prettier

Formats files to follow the style pattern