MEDGRUPO TEST CRUD

This project was created with NESTJS and DOCKER ❤️

Learn More:

Getting Started


$ Git --version
>= v2.25

$ node --version
>= v12.14.1

Technology

How to run with docker

git clone https://github.com/rafaelfigueiredo-l/medgrupo-test-crud
cd medgrupo-test-crud
cp .env-sample .env
cp server/config/development-sample.yml ./server/config/development.yml
cd app && yarn install
docker-compose up

You can test this app with POSTMAN at: http://localhost:5061

You also can manage this db with PGADMIN at: http://localhost:5062

How to run tests

yarn:

cd server
yarn test

npm:

cd server
npm test

Author

Rafael Figueiredo - GitHub | Linkedin

License

This project is under the MIT license.