Skip to content

michal13171/backend-star-wars

Repository files navigation

Nest Logo

Description

Nest framework TypeScript. This is the project which get all endpoints from api Swapi All the Star Wars data single data and listing.

Task

Challenge for me is in Movie where i have to get all titles movies and all characters name from another endpoint and find in title movies that people and show in result array names and count that chars without space

General Configuration for this project

Copy .env.dev to .env
Edit file .env
variable in .env "REDIS_PORT" cannot be more or min than 0 > 65536 or 65536 < 65537 better use this 6379
variable in .env "REDIS_HOST" name container you can use 
variable in .env "REDIS_COMMANDER_PORT" this is post for website for gui redis where you can see your data 80 or 81
 your preferences you can use
variable in .env "MYSQL_LOCAL_PORT" 3306 or 33060 default for mysql you can set
variable in .env "MYSQL_ROOT_PASSWORD" you can use special character example number with this $,# password must be strong

Installation

$ npm install
$ docker-compose up -d

Running the app

Open your browser

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published