Skip to content

MaloLebrin/be-right-backend

Repository files navigation

🔖 Create Release

Awesome Project Build with TypeORM

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm start command

seed local DB

  1. Build the containers docker-compose build
  2. Run container detach mode docker-composer up -d
  3. Enter in container docker exec -it <container-id> bash
  4. Run scriptSeed.sh

Delete images

docker rmi -f $(docker images -a -q) docker rmi $(docker images -a -q) docker system prune -a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published