Skip to content

This repository is for Node.js Course by Duomly, where we are teaching you how to create Node.js backend with Nest.js, Sequelize and PostgreSQL

Duomly/nodejs-backend-bankapp

Nodejs-Course-…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 2 commits ahead of master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Installation

First you need to create a PostgreSQL database and connect with your credentials in DatabaseProvider.ts and Migrate.ts file.

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Migrations

$ npm run migrate up

$ npm run migrate down

About

This repository is for Node.js Course by Duomly, where we are teaching you how to create Node.js backend with Nest.js, Sequelize and PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published