Skip to content

A repository with Nest.js project created for experiments, test drives and just fun.

Notifications You must be signed in to change notification settings

BlindKai/nest-experiments

Repository files navigation

Step by step start

Install dependencies

npm install

Set up a docker container for the database

docker compose up -d

Run the application in watch mode (it will also run all migrations)

npm run start:dev

In another terminal run data seeders

npm run seed:run

Open pgadmin4 in your browser http://localhost:5050/ and check whenever the tables were created and data was inserted.

Default credentials:

username: [email protected]
password: root

Try some end-points: http://localhost:3000/api

About

A repository with Nest.js project created for experiments, test drives and just fun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published