Skip to content

frgarciames/nodejs-training

Repository files navigation

Nodejs training

This is a project for training nodejs. It uses Docker to quickly build and run the project. For database, it uses PostgreSQL and TypeORM as ORM, and to expose an API, it uses Express.

Technologies

Installation

You need to install docker on your machine before the installation.

Run a local db with docker

npm run local-db

Run dev environment

npm run dev

### Build image

docker build .

Start image

docker run nodejstraining

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published