Skip to content

adrian-huminiuc/angular-nestjs-typescript-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE:

In order to save time i've included the certificates and the environment variables in the source code.

To run (make sure docker, docker-compose are installed)

docker-compose run api npm run fixtures
docker-compose up

App should be running on http://localhost:4200

To run tests

docker-compose up -d

export $(cat .env | xargs ) && docker-compose exec mysql mysql -P${MYSQL_PORT} -p${MYSQL_PASSWORD} -u root -e "create database ${MYSQL_DATABASE}_test"

docker-compose exec api npm run test

About

Angular - NestJs - Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published