Skip to content

nejcrogelsek/skillupmentor-tutorial-backend

Repository files navigation

Tutorial


Table of Contents


Description

If you want to have a different font, go to: google fonts and download desired font.

In this tutorial you will learn how to use:

  • react-bootstrap
  • react-hook-form with yup validation
  • CRUD functionality - Create Read Update Delete
  • file upload
  • connect ReactJS and NestJS
  • setup NestJS with custom logging
  • connect to PostgreSQL database using TypeORM
  • create dtos with validation
  • deploy ReactJS to AWS S3 Bucket
  • deploy NestJS to AWS ECS (Elastic Container Service)

Technologies

Tools

Back To The Top


Available Scripts

In the project directory, you can run:

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Prettier

  • npm run code:format - Format code.

eslint

  • npm run lint:fix - Fix some of the errors.

Run both prettier and eslint with: npm run format

Back To The Top


References

Back To The Top

Author Info

Back To The Top

Releases

No releases published

Packages

No packages published