jrpespinas / nestjs-sandbox

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:TypeScript 90.6%Language:JavaScript 4.8%Language:Dockerfile 4.6%