/nestjs-sandbox

Exploration of Nest.js by building a production grade CRUD application

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Personal Nest.js Sandbox

Exploration of Nest.js by building a production grade CRUD application

Usage

  1. Clone the repository, and head to the nest-crud folder
git clone git@github.com:jrpespinas/nestjs-sandbox.git
cd nestjs-sandbox/nest-crud
  1. Install the dependencies
npm install
yarn install
  1. Run the databases (dev mode)
yarn db:dev:restart
  1. Run the application, and access the application through localhost:3000
yarn start:dev