- Make sure you got the
docker
,docker-compose
andyarn
installed - Fill the
env.example
with your omdb api key - Run
yarn
to install all packages - Run
docker compose up
to start the app
- Make sure you did
1,2,3
from the tutorial “How to run app?” - Run
yarn localtest
I’ve prepared the postman collection which will definitely allow you to check my work faster :) Feel free to use it.
Postman netguru-recruitment-task collection
Make sure you’re running the app locally. If you’re not just change the API_URL variable :D
- Docker - because it’s speeds up the development time
- Postgres - because it’s the great DB which allows json, and arrays in the table
- Swagger - because I did use it couple of times
- Eslint - because I love to code with style
- Nodemon - because it’s perfect demon for smooth reloading
- Sequelize - because I did not fear to learn it (it’s quite nice I must say)
- Debug - because it’s standard to have nice logs