- Clone the file
env.template
to.env
. - Setting the environment variables.
- Execute the comand:
npm install
. - Launch the DB:
docker compose up -d
. - Execute the command :
npx prisma migrate dev
. - Execute the comand:
npm run dev
.
delafuentej/node-ts_restweb-server
Create a webserver with Express, environment variables, CRUD, relational DB: postgresSQL, Clean Architecture, Testing with Jest
TypeScript