/node-ts_restweb-server

Create a webserver with Express, environment variables, CRUD, relational DB: postgresSQL, Clean Architecture, Testing with Jest

Primary LanguageTypeScript

Dev

  1. Clone the file env.template to .env.
  2. Setting the environment variables.
  3. Execute the comand:npm install.
  4. Launch the DB: docker compose up -d.
  5. Execute the command : npx prisma migrate dev.
  6. Execute the comand: npm run dev.